Skip to content

Commit

Permalink
Fix passing redis SSL config to connection pool
Browse files Browse the repository at this point in the history
  • Loading branch information
tarvip committed Oct 31, 2024
1 parent 91b67b9 commit d59c342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class DatabaseTypes:
"DB": REDIS_DATABASE,
"PARSER_CLASS": "redis.connection._HiredisParser",
"CONNECTION_POOL_CLASS": "redis.BlockingConnectionPool",
"CONNECTION_POOL_CLASS_KWARGS": REDIS_SSL_CONFIG
"CONNECTION_POOL_KWARGS": REDIS_SSL_CONFIG
| {
"max_connections": 50,
"timeout": 20,
Expand Down

0 comments on commit d59c342

Please sign in to comment.