is there any way to specify a connection timeout w...
# orm-help
m
is there any way to specify a connection timeout when fetching a prisma client? my aurora serverless DB might be asleep and i'd like to be able to wait a couple minutes for it to wake up
1
n
Hi Mischa 👋 Are you perhaps looking for pool_timeout parameter?
m
oh maybe!