We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68751e commit 4f78d44Copy full SHA for 4f78d44
lib/serve.js
@@ -79,8 +79,8 @@ exports.listen = function(port) {
79
var config = conf.load();
80
var app = express();
81
var dir = config.build.functions || config.build.Functions;
82
- app.use(bodyParser.raw({limit: "10mb"}));
83
- app.use(bodyParser.text({limit: "10mb", type: "*/*"}));
+ app.use(bodyParser.raw({limit: "6mb"}));
+ app.use(bodyParser.text({limit: "6mb", type: "*/*"}));
84
app.use(expressLogging(console, {
85
blacklist: ['/favicon.ico'],
86
}));
0 commit comments