Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 14fdbd5

Browse files
committed
Increase default pool size to 40
1 parent 6f378f7 commit 14fdbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Redis/RedisManagerPool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace ServiceStack.Redis
1212
{
1313
public class RedisPoolConfig
1414
{
15-
public const int DefaultMaxPoolSize = 20;
15+
public const int DefaultMaxPoolSize = 40;
1616

1717
public RedisPoolConfig()
1818
{

0 commit comments

Comments
 (0)