Increase download timeout to 30s
Should take care of missing PMS replies if we request all elements of a certain large library
This commit is contained in:
parent
21e95fa1cd
commit
22a0cfc6f0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class DownloadUtils():
|
|||
|
||||
# Requests session
|
||||
s = None
|
||||
timeout = 10
|
||||
timeout = 30
|
||||
|
||||
def __init__(self):
|
||||
|
||||
|
|
Loading…
Reference in a new issue