diff options
-rw-r--r-- | python/sandcrawler/ia.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py index 63abb45..150de53 100644 --- a/python/sandcrawler/ia.py +++ b/python/sandcrawler/ia.py @@ -814,6 +814,7 @@ class SavePageNowClient: 'force_get': force_get, 'skip_first_archive': 1, 'outlinks_availability': 0, + 'js_behavior_timeout': 0, }, ) if resp.status_code == 429: |