Declare PMS connection dead on first failed connection
This commit is contained in:
parent
a6881a8a32
commit
a4273c6c6e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class DownloadUtils():
|
|||
_shared_state = {}
|
||||
|
||||
# How many failed attempts before declaring PMS dead?
|
||||
connectionAttempts = 2
|
||||
connectionAttempts = 1
|
||||
# How many 401 returns before declaring unauthorized?
|
||||
unauthorizedAttempts = 2
|
||||
# How long should we wait for an answer from the
|
||||
|
|
Loading…
Reference in a new issue