diff --git a/services/history-v1/app.js b/services/history-v1/app.js index 17b5937e97..a10d69eba6 100644 --- a/services/history-v1/app.js +++ b/services/history-v1/app.js @@ -34,7 +34,7 @@ Metrics.leaked_sockets.monitor(logger) // We may have fairly large JSON bodies when receiving large Changes. Clients // may have to handle 413 status codes and try creating files instead of sending // text content in changes. -app.use(bodyParser.json({ limit: '4MB' })) +app.use(bodyParser.json({ limit: '6MB' })) app.use( bodyParser.urlencoded({ extended: false,