Commit 2e318eb6 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Increase max pool size to 25 (JM-511).

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3272 b35dd754-fafc-0310-a699-88a17e54d16e
parent 6d2304bb
......@@ -73,7 +73,7 @@ public class EmbeddedConnectionProvider implements ConnectionProvider {
String username = "sa";
String password = "";
int minConnections = 3;
int maxConnections = 10;
int maxConnections = 25;
double connectionTimeout = 0.5;
connectionPool = new ConnectionPool(driver, serverURL, username, password,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment