Add GENERATE_GUIDS enviornment
Signed-off-by: Luigi311 <git@luigi311.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user