feat: anti-detection hardening with curl_cffi TLS impersonation and request jitter

This commit is contained in:
jackwener
2026-03-09 17:11:59 +08:00
parent 3e13ed3749
commit 27d73efee5
6 changed files with 369 additions and 88 deletions

View File

@@ -30,7 +30,7 @@ DEFAULT_CONFIG = {
},
},
"rateLimit": {
"requestDelay": 1.5,
"requestDelay": 2.5,
"maxRetries": 3,
"retryBaseDelay": 5.0,
"maxCount": 200,