We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd50dc commit 7001088Copy full SHA for 7001088
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: 10
+ hikariMaximumPoolSize: 20
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