Skip to content

Commit d9a526e

Browse files
committed
Set the database pool of connections to 120 instead of 55
1 parent a2be5bd commit d9a526e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/default_config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ DB_JTA_TIMEOUT=3600
152152
## parameters of the connections pool used to access the database (some of them are database
153153
## system dependent)
154154
DB_MIN_POOL_SIZE=5
155-
DB_MAX_POOL_SIZE=55
155+
DB_MAX_POOL_SIZE=120
156156
DB_IDLE_TIMEOUT=15
157157
DB_BLOCKING_TIMEOUT=30000
158158

0 commit comments

Comments
 (0)