Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Increase max wait time to 30s (from default 2s)
This increases the amount of time that Prisma will wait to acquire a transaction from the database to 30s. By default, Postgres will wait indefinitely (same with RDS), so increasing to 30s is fairly sane. Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
- Loading branch information