Add GENERATE_GUIDS enviornment

Signed-off-by: Luigi311 <git@luigi311.com>
This commit is contained in:
Luigi311
2024-01-10 02:59:33 -07:00
parent fe65716706
commit f5835e1e72
2 changed files with 47 additions and 27 deletions

View File

@@ -24,6 +24,11 @@ MARK_FILE = "mark.log"
## Timeout for requests for jellyfin
REQUEST_TIMEOUT = 300
## Generate guids
## Generating guids is a slow process, so this is a way to speed up the process
## by using the location only, useful when using same files on multiple servers
GENERATE_GUIDS = "True"
## Max threads for processing
MAX_THREADS = 32