Sami Mis'hal
Sami Mis'hal
Explore posts from servers
PPrisma
Created by Sami Mis'hal on 4/24/2024 in #help-and-questions
DB Connection String: connection_limit which side does it control exactly?
so I'm kinda of confused from the docs, does connection_limit specify how many active connections does Accelerate pooler open against the DB, or the connection_limit for each client to the Accelerate pool itself?
Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 21)
Timed out fetching a new connection from the connection pool. More info: http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 21)
2 replies
TtRPC
Created by Sami Mis'hal on 4/5/2024 in #❓-help
Is It Possible to use methodOverride with createNextApiHandler?
I'm trying to build queries for grids and filter and sort object could get very large which is exceeding the URI character limit for HTTP. so I'll switch them to POST and use body instead. the issue is this pattern keeps repeating in my app, so i found that there's a methodOverride option in the docs, but it doesn't seem to work in NextJs.
2 replies