mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
fix
This commit is contained in:
@@ -113,7 +113,7 @@ var async = require('async'),
|
||||
};
|
||||
|
||||
Posts.getPostsByPids = function(pids, callback) {
|
||||
if (pids && pids.length) {
|
||||
if (pids && pids.length > 100) {
|
||||
var e = new Error('getPostsByPids');
|
||||
winston.warn('[GET_POST_BY_PIDS ' + pids.length, e.stack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user