diff --git a/nico.js b/nico.js index 10845fe98d..e4881bc9a2 100644 --- a/nico.js +++ b/nico.js @@ -90,7 +90,8 @@ exports.middlewares = [ watchOptions: { aggregateTimeout: 300, poll: true - } + }, + noInfo: true }); try { return handler(req, res, next);