Skip to content

Commit

Permalink
revive ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Sep 1, 2024
1 parent 6c3aec4 commit 245c9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdx_toolkit/myrequests.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def myrequests_get(url, params=None, headers=None, cdx=False, allow404=False):
while retry:
try:
LOGGER.debug('getting %s %r', url, params)
time.sleep(3)
time.sleep(0.7)
resp = requests.get(url, params=params, headers=headers,
timeout=(30., 30.), allow_redirects=False)
if cdx and resp.status_code in {400, 404}:
Expand Down

0 comments on commit 245c9ac

Please sign in to comment.