Skip to content

Commit dbe63c0

Browse files
authored
Set ClientPool maxTotalPerKey default value to 50 (#1605)
Signed-off-by: yhmo <[email protected]>
1 parent af53b61 commit dbe63c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-core/src/main/java/io/milvus/pool/PoolConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class PoolConfig {
1414
@Builder.Default
1515
private int minIdlePerKey = 0;
1616
@Builder.Default
17-
private int maxTotalPerKey = 30;
17+
private int maxTotalPerKey = 50;
1818
@Builder.Default
1919
private int maxTotal = 1000;
2020
@Builder.Default

0 commit comments

Comments
 (0)