Skip to content

Commit b30385c

Browse files
author
vlad-outscraper
committed
increase ttl
1 parent ac47473 commit b30385c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outscraper/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ApiClient(object):
2121
_api_url = 'https://api.app.outscraper.com'
2222
_api_headers = {}
2323

24-
_max_ttl = 60 * 20
24+
_max_ttl = 60 * 60
2525
_requests_pause = 5
2626

2727
def __init__(self, api_key: str, requests_pause: int = 5) -> None:

0 commit comments

Comments
 (0)