Plex Companion: Increase read timeout from 3 to 4 seconds to fix ReadTimeout
This commit is contained in:
parent
58a2a970b5
commit
51699bfdbb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ requests.packages.urllib3.disable_warnings()
|
|||
# Timeout (connection timeout, read timeout)
|
||||
# The later is up to 20 seconds, if the PMS has nothing to tell us
|
||||
# THIS WILL PREVENT PKC FROM SHUTTING DOWN CORRECTLY
|
||||
TIMEOUT = (5.0, 3.0)
|
||||
TIMEOUT = (5.0, 4.0)
|
||||
|
||||
# Max. timeout for the Listener: 2 ^ MAX_TIMEOUT
|
||||
# Corresponds to 2 ^ 7 = 128 seconds
|
||||
|
|
Loading…
Reference in a new issue