We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1a6d6 commit 253d601Copy full SHA for 253d601
1 file changed
common/cloudflare.py
@@ -74,7 +74,7 @@ def purge_paths_cache(cls, paths):
74
apiUrl,
75
headers=cls._get_auth_headers(),
76
data=json.dumps(data),
77
- timeout=3)
+ timeout=8)
78
79
info = f"{len(paths)} starting with {paths[0]}"
80
if response.status_code == 200:
0 commit comments