We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1e0ff commit e5d4cbbCopy full SHA for e5d4cbb
1 file changed
core/src/main/java/google/registry/config/files/default-config.yaml
@@ -243,7 +243,7 @@ hibernate:
243
# that BEAM pipelines are not subject to the maximumPoolSize value defined
244
# here. See PersistenceModule.java for more information.
245
hikariMinimumIdle: 1
246
- hikariMaximumPoolSize: 20
+ hikariMaximumPoolSize: 40
247
hikariIdleTimeout: 300000
248
# The batch size is basically the number of insertions / updates in a single
249
# transaction that will be batched together into one INSERT/UPDATE statement.
0 commit comments