summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/node_modules/okadminview/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/node_modules/okadminview/index.js b/app/node_modules/okadminview/index.js
index 1fc4116..d687bbb 100644
--- a/app/node_modules/okadminview/index.js
+++ b/app/node_modules/okadminview/index.js
@@ -119,7 +119,7 @@ function OKAdminView(options) {
// Enable flash messaging
router.use(flash());
// Parse form data
- router.use(bodyParser.urlencoded({extended: true}));
+ router.use(bodyParser.urlencoded({extended: true, limit: '10mb'}));
// HTML forms only support POST and GET methods
// We extend this by adding hidden input fields to the forms which
// specify the actual method desired.