Add GENERATE_LOCATIONS

Signed-off-by: Luigi311 <git@luigi311.com>
This commit is contained in:
Luigi311
2024-01-12 17:16:54 -07:00
parent 9566ffa384
commit 96fe367562
2 changed files with 54 additions and 38 deletions

View File

@@ -29,6 +29,11 @@ REQUEST_TIMEOUT = 300
## by using the location only, useful when using same files on multiple servers
GENERATE_GUIDS = "True"
## Generate locations
## Generating locations is a slow process, so this is a way to speed up the process
## by using the guid only, useful when using different files on multiple servers
GENERATE_LOCATIONS = "True"
## Max threads for processing
MAX_THREADS = 32