Skip to content

Commit e5d4cbb

Browse files
authored
Increase hikari maximum pool size (#2802)
1 parent 8c1e0ff commit e5d4cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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: 20
246+
hikariMaximumPoolSize: 40
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)