diff --git a/services/spelling/app.coffee b/services/spelling/app.coffee index 8894296083..cfe6252fba 100644 --- a/services/spelling/app.coffee +++ b/services/spelling/app.coffee @@ -13,7 +13,7 @@ HealthCheckController = require("./app/js/HealthCheckController") -server.use bodyParser.json() +server.use bodyParser.json(limit: "2mb") server.use metrics.http.monitor(logger) server.post "/user/:user_id/check", SpellingAPIController.check