1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

Increase hikari maximum pool size to 20 (#2742)

This commit is contained in:
Pavlo Tkach
2025-04-10 16:51:51 -04:00
committed by GitHub
parent 3cd50dc929
commit 70010886b1

View File

@@ -243,7 +243,7 @@ hibernate:
# that BEAM pipelines are not subject to the maximumPoolSize value defined
# here. See PersistenceModule.java for more information.
hikariMinimumIdle: 1
hikariMaximumPoolSize: 10
hikariMaximumPoolSize: 20
hikariIdleTimeout: 300000
# The batch size is basically the number of insertions / updates in a single
# transaction that will be batched together into one INSERT/UPDATE statement.