Merge pull request #4 from Danakcorp/uploader
fix(uploader): test uploader limiter
This commit is contained in:
+1
-1
@@ -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,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user