aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-25 12:02:57 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-25 12:02:57 +0200
commit74de67c7d83ee9d8c632f6dde775ac7e0bdbbd04 (patch)
tree04c00351a372afc2d1d8d5525cb13fb8cf62f397 /config
parentAdd recipe store (diff)
downloadferdium-server-74de67c7d83ee9d8c632f6dde775ac7e0bdbbd04.tar.gz
ferdium-server-74de67c7d83ee9d8c632f6dde775ac7e0bdbbd04.tar.zst
ferdium-server-74de67c7d83ee9d8c632f6dde775ac7e0bdbbd04.zip
Add custom recipe creator
Diffstat (limited to 'config')
-rw-r--r--config/bodyParser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bodyParser.js b/config/bodyParser.js
index c481b01..f04d291 100644
--- a/config/bodyParser.js
+++ b/config/bodyParser.js
@@ -20,7 +20,7 @@ module.exports = {
20 | is over 1mb it will not be processed. 20 | is over 1mb it will not be processed.
21 | 21 |
22 */ 22 */
23 limit: '1mb', 23 limit: '50mb',
24 24
25 /* 25 /*
26 |-------------------------------------------------------------------------- 26 |--------------------------------------------------------------------------