Hotfix 84736
Configuration option for the number of retries of the deployer.
- Version
- This hotfix concerns SDL Tridion 2011 SP1HR1.
- Problem description
- During the mass deployment of big packages containing same binaries, the default number of deployment retries (10) might not be enough.
- Hotfix description
-
Allowing customer to define the number of retries for each Queue/Location in a MaximumRetries attribute, for example:
<Location Path="c:\tridion\incoming" WindowSize="20" Workers="10" Cleanup="true" Interval="2s" MaximumRetries="40"/> - Distributed files
-
- cd_core.jar (6.1.0.1076)
- cd_datalayer.jar (6.1.0.1076)
- cd_deployer.jar (6.1.0.1076)
- cd_model.jar (6.1.0.1076)
- Fixes included
- Hotfix 84446
- Dependencies
- None