Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: retry intervals description changed.

...

Number and interval of retries made for failed Move Requests.
Format: Comma separated list of <number> x <interval> pairs or NEVER to disable retry for any destinations.
The interval can be specified in seconds (##s), minutes (##m), hours (##h) or days (##d).
Optional: Individual settings for specific Destination AETs. e.g. [AET1]3x1m,5x1h
Several AET settings can be seperated with new line or ';'. A entry without AET will be treated as default for AETs not listed here.

Example: 5x1m,10x10m
retry a total of 5 times, one minute apart for each retry; then retry a total of 10 times, 10 minutes apart for each retry.

Example:
[AET1]2x1m,3x10m
[AET2]
5x1m,10x10m
means: for destination AET1 retry a total of 2 times, one minute apart for each retry; then retry a total of 3 times, 10 minutes apart for each retry.
Retries are disabled for destination AET2!
for all other destinations retry a total of 5 times, one minute apart for each retry; then retry a total of 10 times, 10 minutes apart for each retry.

...