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
@@ -28,7 +28,7 @@ DEFAULT_ARGS: Dict[str, Any] = {
'print_not_found': False,
'proxy': None,
'reports_sorting': 'default',
'retries': 1,
'retries': 0,
'self_check': False,
'site_list': [],
'stats': False,