fixed some bugs with scanning being too fast to get data and killing the tasks

This commit is contained in:
UpstreamData
2022-05-18 12:13:20 -06:00
parent 85b282740a
commit 7f7964526c
3 changed files with 15 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
get_version_retries = 3
ping_retries = 3
ping_timeout = 5 # Seconds
get_version_retries = 2
ping_retries = 2
ping_timeout = 3 # Seconds
scan_threads = 300
config_threads = 300
reboot_threads = 300