mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 21:33:00 +00:00
(cherry picked from commit ba5c551a29)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -62,7 +62,7 @@ else:
|
||||
# -1 usually means connection problems
|
||||
RETRY_STATUS_CODES = (-1, 408, 429, 502, 503, 504)
|
||||
|
||||
RETRY_COUNT = 10
|
||||
RETRY_COUNT = 20
|
||||
|
||||
|
||||
def _decode_retry(module, response, info, retry_count):
|
||||
|
||||
Reference in New Issue
Block a user