redis: configure PoolSize and WorkCount

This commit is contained in:
Alexey Bannov 2023-12-08 18:31:44 +03:00
parent 2c5af9dfa4
commit 7f95eabddd

View File

@ -9,6 +9,8 @@
{ {
"Host": "127.0.0.1", "Host": "127.0.0.1",
"Port": "6379" "Port": "6379"
}] }],
"PoolSize":1,
"WorkCount": 10
} }
} }