update_manager: increase fetch timeout to 5 minutes
This should allow git's internal timeout mechanisms to trigger at the expense of potentially delaying response time if a fetch or pull hangs. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
158f92f17f
commit
fd07b077b9
|
@ -803,7 +803,7 @@ class GitUpdater:
|
|||
return status
|
||||
|
||||
|
||||
GIT_FETCH_TIMEOUT = 30.
|
||||
GIT_FETCH_TIMEOUT = 300.
|
||||
GIT_FETCH_ENV_VARS = {
|
||||
'GIT_HTTP_LOW_SPEED_LIMIT': "1000",
|
||||
'GIT_HTTP_LOW_SPEED_TIME ': "20"
|
||||
|
|
Loading…
Reference in New Issue