Skip to content

Commit affe721

Browse files
committed
Added a connection limit note
1 parent 084e8f0 commit affe721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/config/extensions/prismaExtension.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ export default defineConfig({
137137

138138
These environment variables are only used during the build process and are not embedded in the final container image.
139139

140+
If you're experiencing database connection issues during deployment, you may need to add `?connection_limit=1` to your `DATABASE_URL` to limit the number of concurrent connections during the build process.
141+
140142
</Note>
141143

142144
### Multiple schemas

0 commit comments

Comments
 (0)