We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f4948 commit e20f6f1Copy full SHA for e20f6f1
1 file changed
sdk-core/src/main/java/io/milvus/pool/PoolConfig.java
@@ -14,7 +14,7 @@ public class PoolConfig {
14
@Builder.Default
15
private int minIdlePerKey = 0;
16
17
- private int maxTotalPerKey = 30;
+ private int maxTotalPerKey = 50;
18
19
private int maxTotal = 1000;
20
0 commit comments