Agent: Increase exploit threads from 4 to 6

This commit is contained in:
Mike Salvatore 2022-04-15 08:54:08 -04:00
parent 6df2c38b0f
commit cbcb0dd1c1
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ from .option_parsing import custom_pba_is_enabled
CHECK_ISLAND_FOR_STOP_COMMAND_INTERVAL_SEC = 5
CHECK_FOR_TERMINATE_INTERVAL_SEC = CHECK_ISLAND_FOR_STOP_COMMAND_INTERVAL_SEC / 5
SHUTDOWN_TIMEOUT = 5
NUM_SCAN_THREADS = 16 # TODO: Adjust this to the optimal number of scan threads
NUM_EXPLOIT_THREADS = 4 # TODO: Adjust this to the optimal number of exploit threads
NUM_SCAN_THREADS = 16
NUM_EXPLOIT_THREADS = 6
CHECK_FOR_STOP_AGENT_COUNT = 5
CHECK_FOR_CONFIG_COUNT = 3