added hard reset for navigation timeout after 3 hours
This commit is contained in:
@@ -14,8 +14,8 @@ CORPORATE_START_DATE=2010-01-01
|
||||
# How far into the future we scrape economic events (in months)
|
||||
ECONOMIC_LOOKAHEAD_MONTHS=3
|
||||
|
||||
# Maximum number of parallel scraping tasks (default: 10)
|
||||
MAX_PARALLEL_TASKS=10
|
||||
# Maximum number of parallel scraping tasks (default: 4)
|
||||
MAX_PARALLEL_INSTANCES=10
|
||||
|
||||
# ===== VPN ROTATION (ProtonVPN Integration) =====
|
||||
# Enable automatic VPN rotation between sessions?
|
||||
@@ -37,4 +37,6 @@ TASKS_PER_VPN_SESSION=50
|
||||
|
||||
MAX_REQUESTS_PER_SESSION=25
|
||||
MIN_REQUEST_INTERVAL_MS=300
|
||||
MAX_RETRY_ATTEMPTS=3
|
||||
MAX_RETRY_ATTEMPTS=3
|
||||
|
||||
PROXY_INSTANCES_PER_CERTIFICATE=2
|
||||
Reference in New Issue
Block a user