This commit is contained in:
pigwin
2025-12-23 16:44:24 +00:00
parent 9b433cdd57
commit 00e6667bc0
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
"valkey": {
"host": "127.0.0.1",
"port": "6379",
"max_conns": 110,
"max_conns": 100,
"timeout_ms": 2000,
"password": "the_valkey_password"
},