v2.0.2: fix base64 (apply→чанки 32KB), socket_timeout=10 Redis
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user