We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215acfc commit 42f99abCopy full SHA for 42f99ab
rdb/rdb-side/src/main/java/com/dtstack/flink/sql/side/rdb/async/RdbAsyncReqRow.java
@@ -77,7 +77,7 @@ public class RdbAsyncReqRow extends BaseAsyncReqRow {
77
78
public final static int DEFAULT_DB_CONN_POOL_SIZE = DEFAULT_VERTX_EVENT_LOOP_POOL_SIZE + DEFAULT_VERTX_WORKER_POOL_SIZE;
79
80
- public final static int MAX_DB_CONN_POOL_SIZE_LIMIT = 20;
+ public final static int MAX_DB_CONN_POOL_SIZE_LIMIT = 5;
81
82
public final static int DEFAULT_IDLE_CONNECTION_TEST_PEROID = 60;
83
0 commit comments