Created
July 16, 2015 22:10
-
-
Save mortenbra/5475599d9f6c91926be1 to your computer and use it in GitHub Desktop.
ORDS configuration for JDBC connection pool (default pool is too small)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<entry key="jdbc.InitialLimit">10</entry> | |
<entry key="jdbc.MinLimit">10</entry> | |
<entry key="jdbc.MaxLimit">60</entry> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment