v2.0.2: fix base64 (apply→чанки 32KB), socket_timeout=10 Redis

This commit is contained in:
2026-06-18 06:26:56 +04:00
parent bc0a5345ac
commit cb69549803
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ def _get():
password=os.getenv("REDIS_PASS", "aLITloRefJEiCPqUc2xB"),
decode_responses=True,
socket_connect_timeout=5,
socket_timeout=10,
)
return _r