We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc97f8a + 4525418 commit 5b45506Copy full SHA for 5b45506
app.js
@@ -25,8 +25,8 @@ const http = require('http').Server(app)
25
26
app.set('port', config.WEB_SERVER_PORT)
27
28
-app.use(bodyParser.json({ limit: '50mb' }))
29
-app.use(bodyParser.urlencoded({ limit: '50mb', extended: true }))
+app.use(bodyParser.json({ limit: '150mb' }))
+app.use(bodyParser.urlencoded({ limit: '150mb', extended: true }))
30
app.use(cors())
31
app.use(fileUpload())
32
0 commit comments