1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

Increase hikari maximum pool size (#2802)

This commit is contained in:
Pavlo Tkach
2025-08-12 17:01:28 -04:00
committed by GitHub
parent 8c1e0ff4de
commit e5d4cbb9fc

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: 20
hikariMaximumPoolSize: 40
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.