From ff9ccf5ca45ce3eb5f52a2aaf22009e79252ffb4 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 21 Aug 2014 16:08:14 -0400 Subject: [PATCH] change limits --- plugins/ratelimiter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ratelimiter.js b/plugins/ratelimiter.js index 6f63403..0da5e2d 100644 --- a/plugins/ratelimiter.js +++ b/plugins/ratelimiter.js @@ -9,8 +9,8 @@ module.exports.init = function(app, config) { logger.info('Using ratelimiter plugin'); config = config || {}; - config.whitelistRPH = config.whitelistRPH || 5000; - config.normalRPH = config.normalRPH || 500; + config.whitelistRPH = config.whitelistRPH || 50000; + config.normalRPH = config.normalRPH || 1000; config.blacklistRPH = config.blacklistRPH || 0; app.use(limiter({