added rebooting, still need to add the buttons
This commit is contained in:
@@ -8,6 +8,7 @@ try:
|
||||
NETWORK_PING_TIMEOUT: int = settings["ping_timeout"]
|
||||
NETWORK_SCAN_THREADS: int = settings["scan_threads"]
|
||||
|
||||
CFG_UTIL_REBOOT_THREADS: int = settings["reboot_threads"]
|
||||
CFG_UTIL_CONFIG_THREADS: int = settings["config_threads"]
|
||||
|
||||
MINER_FACTORY_GET_VERSION_RETRIES: int = settings["get_version_retries"]
|
||||
@@ -16,6 +17,7 @@ except:
|
||||
NETWORK_PING_TIMEOUT: int = 5
|
||||
NETWORK_SCAN_THREADS: int = 300
|
||||
|
||||
CFG_UTIL_REBOOT_THREADS: int = 300
|
||||
CFG_UTIL_CONFIG_THREADS: int = 300
|
||||
|
||||
MINER_FACTORY_GET_VERSION_RETRIES: int = 3
|
||||
|
||||
@@ -2,4 +2,5 @@ get_version_retries = 3
|
||||
ping_retries = 3
|
||||
ping_timeout = 5
|
||||
scan_threads = 300
|
||||
config_threads = 300
|
||||
config_threads = 300
|
||||
reboot_threads = 300
|
||||
Reference in New Issue
Block a user