diff --git a/src/main.ts b/src/main.ts index 775a112..a7c7f89 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,7 +15,7 @@ async function bootstrap() { const logger = new Logger("APP"); const fastifyAdapter = new FastifyAdapter({ - bodyLimit: 10 * 1024 * 1024, + bodyLimit: 150 * 1024 * 1024, trustProxy: true, });