added settings.toml file and used settings.py to get data from it

This commit is contained in:
UpstreamData
2021-12-22 12:39:20 -07:00
parent 8ea97d9cfe
commit 66d2b63ae6
2 changed files with 24 additions and 5 deletions

5
settings.toml Normal file
View File

@@ -0,0 +1,5 @@
get_version_retries = 3
ping_retries = 3
ping_timeout = 5
scan_threads = 300
config_threads = 300