Reduce sample max_threads to 2
Signed-off-by: Luis Garcia <git@luigi311.com>pull/223/head
parent
10b58379cd
commit
4e60c08120
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue