Hi,
Are there any configuration options in EHRBase to mange the database connection pool size?
regards
Hi,
Are there any configuration options in EHRBase to mange the database connection pool size?
regards
Should be this one here:
For the environment variable it should work with SPRING_DATASOURCE_HIKARI_MAXIMUM_POOL_SIZE.
Only regarding the env var binding:
It would have to be SPRING_DATASOURCE_HIKARI_MAXIMUMPOOLSIZE
.
Thanks,
I am using .env.local with docker compose. Do you know if this works in my case
SPRING_DATASOURCE_HIKARI_MAXIMUM_POOL_SIZE=50
SPRING_DATASOURCE_HIKARI_MINIMUM_IDLE=10
regards
If you adjust according to Jake’s suggestion, I’m confident that it should work
Thanks
Regards