Skip to content
Snippets Groups Projects
Commit e3049a88 authored by cramakri's avatar cramakri
Browse files

MINOR : Change default number of DB connections to 20

SVN: 26870
parent 630119b1
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ public class BasicDataSourceFactory implements IDataSourceFactory
{
/** @see GenericObjectPool#DEFAULT_MAX_ACTIVE */
private static final int DEFAULT_MAX_ACTIVE = 100;
private static final int DEFAULT_MAX_ACTIVE = 20;
/** @see GenericObjectPool#DEFAULT_MAX_IDLE */
private static final int DEFAULT_MAX_IDLE = DEFAULT_MAX_ACTIVE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment