Hi! How do you manage your connection pool and con...
# orm-help
m
Hi! How do you manage your connection pool and connection timeout? I'm having some issues using Postgresql+NestJS+Prismav3.5.0! For start to fix this issue, I have removed all my $connects and $disconnects onModuleDestroy and onModuleInit functions on my services (lazy connection). Should I try something more? I have modified the connectionString to increase both parameters, but I want to know how you configure them to work properly. Many thanks!