diff --git a/src/main.ts b/src/main.ts index 51bdf625..3f8b49aa 100644 --- a/src/main.ts +++ b/src/main.ts @@ -67,8 +67,8 @@ function bootstrap() { methods: [...configService.get('CORS').METHODS], credentials: configService.get('CORS').CREDENTIALS, }), - urlencoded({ extended: true, limit: '136mb' }), - json({ limit: '136mb' }), + urlencoded({ extended: true, limit: '50mb' }), + json({ limit: '50mb' }), compression(), );