Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Raised json size limit to 100 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
perronld committed May 11, 2018
1 parent f32ed6a commit c1af88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"json": {
"strict": false,
"limit": "100kb"
"limit": "100mb"
},
"urlencoded": {
"extended": true,
"limit": "100kb"
"limit": "100mb"
},
"cors": false
}
Expand Down

0 comments on commit c1af88a

Please sign in to comment.