Add timeout to httpx.AsyncClient

This commit is contained in:
Hemang
2025-02-14 17:23:30 +01:00
parent 891abf2952
commit 4890aa56a6
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -11,3 +11,5 @@ IGNORED_HEADERS = [
"x-forwarded-server",
"x-real-ip",
]
CLIENT_TIMEOUT = 60.0