We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b0bdf commit 87ff74dCopy full SHA for 87ff74d
packages/services/service-common/src/fastify.ts
@@ -18,7 +18,7 @@ export async function createServer(options: {
18
}) {
19
const server = fastify({
20
disableRequestLogging: true,
21
- bodyLimit: options.bodyLimit ?? 15e6, // 15mb by default
+ bodyLimit: options.bodyLimit ?? 30e6, // 30mb by default
22
logger: {
23
level: options.log.level,
24
redact: ['request.options', 'options', 'request.headers.authorization'],
0 commit comments