Timeout issues (#103)

* Add timeout support for jellyfin requests

Signed-off-by: Luigi311 <git@luigi311.com>
This commit is contained in:
Luigi311
2023-09-25 01:59:16 -06:00
parent b53d7c9ecc
commit 43d6bc0d82
3 changed files with 18 additions and 9 deletions

View File

@@ -63,6 +63,9 @@ SLEEP_DURATION = "3600"
## Log file where all output will be written to
LOGFILE = "log.log"
## Timeout for requests for jellyfin
REQUEST_TIMEOUT = 300
## 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" }