We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac47473 commit b30385cCopy full SHA for b30385c
outscraper/api_client.py
@@ -21,7 +21,7 @@ class ApiClient(object):
21
_api_url = 'https://api.app.outscraper.com'
22
_api_headers = {}
23
24
- _max_ttl = 60 * 20
+ _max_ttl = 60 * 60
25
_requests_pause = 5
26
27
def __init__(self, api_key: str, requests_pause: int = 5) -> None:
0 commit comments