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
@@ -18,6 +18,7 @@ def get_redis():
password=os.getenv("REDIS_PASS", "aLITloRefJEiCPqUc2xB"),
decode_responses=True,
socket_connect_timeout=5,
socket_timeout=10,
)
return _r