added settings.py file for managing retries and "threads", as well as fixing some bugs in the APIs
This commit is contained in:
7
settings.py
Normal file
7
settings.py
Normal file
@@ -0,0 +1,7 @@
|
||||
NETWORK_PING_RETRIES: int = 3
|
||||
NETWORK_PING_TIMEOUT: int = 5
|
||||
NETWORK_SCAN_THREADS: int = 100
|
||||
|
||||
CFG_UTIL_GET_VERSION_THREADS: int = 100
|
||||
|
||||
MINER_FACTORY_GET_VERSION_RETRIES: int = 3
|
||||
Reference in New Issue
Block a user