Retries set to 0 by default, refactored code of executor with progress (#1899)

* Retries set to 0 by default, refactored code of executor with progress
This commit is contained in:
Soxoj
2024-11-26 19:07:15 +01:00
committed by GitHub
parent 80cf70d151
commit 8a98aa9eaa
3 changed files with 29 additions and 34 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
"supposed_usernames": [
"alex", "god", "admin", "red", "blue", "john"
],
"retries_count": 1,
"retries_count": 0,
"sites_db_path": "resources/data.json",
"timeout": 30,
"max_connections": 100,