Skip to content

Commit

Permalink
Merge pull request #3148 from pulasthi7/pool-options
Browse files Browse the repository at this point in the history
Add default DB pool options for identity DB
  • Loading branch information
pulasthi7 authored Oct 8, 2020
2 parents ba5a028 + bb96725 commit 9df4d44
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

"identity.data_source": "jdbc/WSO2IdentityDB",
"identity_data_source.skip_db_schema_creation": false,
"database.identity_db.pool_options.maxActive": "50",
"database.identity_db.pool_options.maxWait": "60000",
"database.identity_db.pool_options.testOnBorrow": "true",
"database.identity_db.pool_options.validationInterval": "30000",
"database.identity_db.pool_options.defaultAutoCommit": "true",
"database.identity_db.jmx_enable": "false",
"server.clock_skew": "5m",
"session_data.persistence.enable_persistence": true,
"session_data.persistence.persistence_pool_size": "0",
Expand Down

0 comments on commit 9df4d44

Please sign in to comment.