You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/ServiceStack.Redis/PooledRedisClientManager.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public partial class PooledRedisClientManager
34
34
privateconststringPoolTimeoutError=
35
35
"Redis Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use.";
36
36
37
-
protectedreadonlyintPoolSizeMultiplier=10;
37
+
protectedreadonlyintPoolSizeMultiplier=20;
38
38
publicintRecheckPoolAfterMs=100;
39
39
publicint?PoolTimeout{get;set;}
40
40
publicint?ConnectTimeout{get;set;}
@@ -125,7 +125,7 @@ public PooledRedisClientManager(
0 commit comments