From de7cfce8335e5818259c14534e81bba69abe22e3 Mon Sep 17 00:00:00 2001 From: Rene Arumetsa Date: Wed, 29 Apr 2026 00:00:18 +0300 Subject: [PATCH] Lower pb token timeout --- core/pb_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pb_client.py b/core/pb_client.py index abce617..adf4b87 100644 --- a/core/pb_client.py +++ b/core/pb_client.py @@ -28,7 +28,7 @@ PB_ADMIN_EMAIL = config.PB_ADMIN_EMAIL PB_ADMIN_PASSWORD = config.PB_ADMIN_PASSWORD ECONOMY_COLLECTION = config.PB_ECONOMY_COLLECTION -_TIMEOUT = aiohttp.ClientTimeout(total=10) +_TIMEOUT = aiohttp.ClientTimeout(total=4) # --------------------------------------------------------------------------- # Persistent session (created once, reused for the lifetime of the process)