Skip to content

Commit

Permalink
redis: configure PoolSize and WorkCount
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeybannov committed Dec 8, 2023
1 parent 2c5af9d commit 7f95eab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/redis.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
{
"Host": "127.0.0.1",
"Port": "6379"
}]
}],
"PoolSize":1,
"WorkCount": 10
}
}

0 comments on commit 7f95eab

Please sign in to comment.