This commit is contained in:
barisusakli
2014-09-06 02:45:38 -04:00
parent 7405051924
commit 017f6bde2c

View File

@@ -40,7 +40,7 @@ helpers.checkKeys = function(keys) {
winston.warn('[INVALID_KEYS] ', e.stack);
return;
}
if (keys.length >= 50) {
if (keys.length > 50) {
var e = new Error('too many keys');
winston.warn('[TOO_MANY_KEYS] ' + keys.length + ' ' + keys[0] + ' ' + keys[keys.length - 1] + '\n', e.stack);
}