diff --git a/src/privileges/posts.js b/src/privileges/posts.js index b630014705..f58c4e70b1 100644 --- a/src/privileges/posts.js +++ b/src/privileges/posts.js @@ -16,7 +16,7 @@ module.exports = function(privileges) { privileges.posts = {}; privileges.posts.get = function(pids, uid, callback) { - if (pids && pids.length > 100) { + if (pids && pids.length > 50) { var e = new Error('too many keys') winston.warn('[TOO_MANY_KEYS] ' + pid.length, e.stack); }