Reduce sample max_threads to 2

Signed-off-by: Luis Garcia <git@luigi311.com>
pull/223/head
Luis Garcia 2024-11-09 12:53:13 -07:00
parent 10b58379cd
commit 4e60c08120
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ GENERATE_GUIDS = "True"
GENERATE_LOCATIONS = "True" GENERATE_LOCATIONS = "True"
## Max threads for processing ## Max threads for processing
MAX_THREADS = 32 MAX_THREADS = 2
## Map usernames between servers in the event that they are different, order does not matter ## Map usernames between servers in the event that they are different, order does not matter
## Comma separated for multiple options ## Comma separated for multiple options