Reduce sample max_threads to 2
Signed-off-by: Luis Garcia <git@luigi311.com>
This commit is contained in:
@@ -35,7 +35,7 @@ GENERATE_GUIDS = "True"
|
||||
GENERATE_LOCATIONS = "True"
|
||||
|
||||
## 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
|
||||
## Comma separated for multiple options
|
||||
|
||||
Reference in New Issue
Block a user