Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2017-03-08 11:14:56 +0800
Commit
928465a7fdf8d79d59bc163ce978eb34a1941e46
1 parent
eccf9e5d
fix maxFieldsSize
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
928465a
...
...
@@ -42,7 +42,7 @@ app.use(convert(body({
formLimit
:
'10mb'
,
textLimit
:
'10mb'
,
formidable
:
{
maxFieldsSize
:
10
*
1024
maxFieldsSize
:
10
*
1024
*
1024
}
})));
app
.
use
(
mount
(
'/'
,
webApp
));
...
...
Please
register
or
login
to post a comment