Skip to content

Commit

Permalink
Change: 10MB body limit
Browse files Browse the repository at this point in the history
  • Loading branch information
k7575 committed Jan 30, 2025
1 parent 78092ec commit 7981717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function getEnv(): {

export function initFastify(): FastifyInstance {
return Fastify({
bodyLimit: 5000000,
bodyLimit: 10000000,
logger: true,
});
}

0 comments on commit 7981717

Please sign in to comment.