Skip to content

Commit 253d601

Browse files
committed
increase cloudflare timeout on PATCH
1 parent 3f1a6d6 commit 253d601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/cloudflare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def purge_paths_cache(cls, paths):
7474
apiUrl,
7575
headers=cls._get_auth_headers(),
7676
data=json.dumps(data),
77-
timeout=3)
77+
timeout=8)
7878

7979
info = f"{len(paths)} starting with {paths[0]}"
8080
if response.status_code == 200:

0 commit comments

Comments
 (0)