diff --git a/personal/combine/merge_and_backfill.py b/personal/combine/merge_and_backfill.py index fd064b7..2c2b259 100644 --- a/personal/combine/merge_and_backfill.py +++ b/personal/combine/merge_and_backfill.py @@ -83,7 +83,7 @@ def query_pushshift(ids, bearer, object_type, pushshift_token_function): url = f"https://api.pushshift.io/reddit/{object_name}/search?limit=1000&ids={','.join(ids)}" log.debug(f"pushshift query: {url}") response = None - attempts = 20 + attempts = 50 sleep_per_attempt = 10 for i in range(attempts): try: