Increase hikari maximum pool size to 20 (#2742)

This commit is contained in:
Pavlo Tkach
2025-04-10 20:51:51 +00:00
committed by GitHub
parent 3cd50dc929
commit 70010886b1
@@ -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.