Skip to content

Commit 7001088

Browse files
authored
Increase hikari maximum pool size to 20 (#2742)
1 parent 3cd50dc commit 7001088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/google/registry/config/files/default-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ hibernate:
243243
# that BEAM pipelines are not subject to the maximumPoolSize value defined
244244
# here. See PersistenceModule.java for more information.
245245
hikariMinimumIdle: 1
246-
hikariMaximumPoolSize: 10
246+
hikariMaximumPoolSize: 20
247247
hikariIdleTimeout: 300000
248248
# The batch size is basically the number of insertions / updates in a single
249249
# transaction that will be batched together into one INSERT/UPDATE statement.

0 commit comments

Comments
 (0)