Skip to content

Commit c8f5c3a

Browse files
author
chengyitian
committed
AJ-744: modify init value for minimumPoolSize、maximumPoolSize;
1 parent 1163ec7 commit c8f5c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/xxdb/SimpleDBConnectionPoolConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public class SimpleDBConnectionPoolConfig {
1515
*/
1616
@Deprecated
1717
private int initialPoolSize = -1;
18-
private int minimumPoolSize = -1;
19-
private int maximumPoolSize = -1;
18+
private int minimumPoolSize = 5;
19+
private int maximumPoolSize = 5;
2020
private int idleTimeout;
2121

2222
private String initialScript = null;

0 commit comments

Comments
 (0)