Timeout issues (#103)
* Add timeout support for jellyfin requests Signed-off-by: Luigi311 <git@luigi311.com>
This commit is contained in:
@@ -21,9 +21,6 @@ LOGFILE = "log.log"
|
||||
## Timeout for requests for jellyfin
|
||||
REQUEST_TIMEOUT = 300
|
||||
|
||||
## Max threads for processing
|
||||
MAX_THREADS = 32
|
||||
|
||||
## Map usernames between servers in the event that they are different, order does not matter
|
||||
## Comma separated for multiple options
|
||||
#USER_MAPPING = { "testuser2": "testuser3", "testuser1":"testuser4" }
|
||||
|
||||
Reference in New Issue
Block a user