From 7f95eabdddee5680f50a4c589bc150dec2b273ff Mon Sep 17 00:00:00 2001 From: Alexey Bannov Date: Fri, 8 Dec 2023 18:31:44 +0300 Subject: [PATCH] redis: configure PoolSize and WorkCount --- config/redis.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/redis.json b/config/redis.json index fb4f128368..b761631d30 100644 --- a/config/redis.json +++ b/config/redis.json @@ -9,6 +9,8 @@ { "Host": "127.0.0.1", "Port": "6379" - }] + }], + "PoolSize":1, + "WorkCount": 10 } } \ No newline at end of file