update network to scan fast even if some miners are not responding properly

This commit is contained in:
UpstreamData
2022-07-18 12:05:22 -06:00
parent 36a273ec2b
commit cb01c1a8ee
2 changed files with 14 additions and 24 deletions

View File

@@ -12,8 +12,8 @@ class Singleton(type):
@dataclass
class PyasicSettings(metaclass=Singleton):
network_ping_retries: int = 3
network_ping_timeout: int = 5
network_ping_retries: int = 1
network_ping_timeout: int = 3
network_scan_threads: int = 300
miner_factory_get_version_retries: int = 1