c77a7df851
The download retry interval was previously five seconds which is not long enough to recover after a hard network connectivity break where we may be reliant upon network port forwarding hold-down timers or even routing protocol route propogation to recover communication. Previously the time value was 5 seconds, with 3 attempts, meaning 15 seconds total ignoring the error detection timeouts. Now it is 10 seconds, with 10 attempts, meaning 100 seconds before the error detection timeouts. Change-Id: I6d11edc9a3156f2bdc21c3d432ecc7625d652699
9 lines
362 B
YAML
9 lines
362 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the short timeout retries interval, which was previously ``5``
|
|
seconds, to a length that will allow the agent to retry after a
|
|
network interruption. The time between retries is now ``10`` seconds,
|
|
and the number of retries are set to ``9`` to help ensure intermittent
|
|
network outages do not cause recoverable failures.
|