Skip to content

Commit 5022794

Browse files
committed
increase body limit to 100mb
1 parent 4db3001 commit 5022794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const fastify = require('fastify')({bodyLimit: 12485760})
1+
const fastify = require('fastify')({bodyLimit: 100 * 1048576})
22
const mongoSanitize = require('express-mongo-sanitize');
33
const fastifyFileUpload = require('fastify-file-upload');
44

0 commit comments

Comments
 (0)