Commit 6403bfd4 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Increased new default max connection pool size to 25. JM-1368

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10411 b35dd754-fafc-0310-a699-88a17e54d16e
parent 087ddec9
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
JiveGlobals.getXMLProperty("database.defaultProvider.maxConnections")); JiveGlobals.getXMLProperty("database.defaultProvider.maxConnections"));
} }
catch (Exception e) { catch (Exception e) {
maxConnections = 15; maxConnections = 25;
} }
try { try {
connectionTimeout = Double.parseDouble( connectionTimeout = Double.parseDouble(
......
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