change limits

This commit is contained in:
Manuel Araoz 2014-08-21 16:08:14 -04:00
parent 5d18b3038d
commit ff9ccf5ca4

View File

@ -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({