fix(uploader): test uploader limiter

This commit is contained in:
saharbolboliankhah
2025-10-29 10:48:26 +03:30
parent 8d0c96ef36
commit 45ea9ea6e7
+1 -1
View File
@@ -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,
});