Merge pull request #4 from Danakcorp/uploader

fix(uploader): test uploader limiter
This commit is contained in:
saharbolboliankhah
2025-10-29 10:48:59 +03:30
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ async function bootstrap() {
const logger = new Logger("APP"); const logger = new Logger("APP");
const fastifyAdapter = new FastifyAdapter({ const fastifyAdapter = new FastifyAdapter({
bodyLimit: 10 * 1024 * 1024, bodyLimit: 150 * 1024 * 1024,
trustProxy: true, trustProxy: true,
}); });