Getting this error in a production env: ````Connec...
# orm-help
k
Getting this error in a production env:
Copy code
`ConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(Server(ServerError { code: 1461, message: "Can\\'t create more than max_prepared_stmt_count statements (current value: 16382)", state: "42000" })) })`,
I read here https://github.com/prisma/prisma/issues/6872 that it was fixed in v2.25(although it isn't mentioned in the release notes). But unfortunately, I have to stay at v2.19 for a month or two until next major release(breaking changes). So, what values do you recommend for that parameter? max_prepared_stmt_count currently the default is 16k something.
j
Something a lot smaller, or you just increase the value in your database server a lot.