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:
tomkat83 2016-03-13 13:59:24 +01:00
parent 21e95fa1cd
commit 22a0cfc6f0

View file

@ -37,7 +37,7 @@ class DownloadUtils():
# Requests session
s = None
timeout = 10
timeout = 30
def __init__(self):