8adb7e1a04
If the server is stuck for any reason, the download will hang for a potentially long time. Provide a timeout (defaults to 60 seconds) and 2 retries on failure. Change-Id: Ie53519266edd914fdbfa82fe52b4a55151e5ec5f
12 lines
474 B
YAML
12 lines
474 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Provides timeout and retries when establishing a connection to download
|
|
an image in the ``standby`` extension. Reduces probability of an image
|
|
download getting stuck in the event of network problems.
|
|
|
|
The default timeout is 60 seconds and can be set via the
|
|
``ipa-image-download-connection-timeout`` kernel parameter. The default
|
|
number of retries is 2 and can be set via the
|
|
``ipa-image-download-connection-retries`` parameter.
|