mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 20:08:32 +02:00
less logs
This commit is contained in:
@@ -788,8 +788,6 @@ async function pruneCidTids(cid, cuttoff) {
|
||||
await batch.processArray(tidsWithNoEngagement, async (tids) => {
|
||||
await Promise.all(tids.map(async tid => await topics.purgePostsAndTopic(tid, 0)));
|
||||
}, { batch: 100 });
|
||||
|
||||
winston.info(`[notes/prune] Scheduled pruning of topics in cid:${cid} complete.`);
|
||||
}
|
||||
|
||||
async function hasLocalVoter(tids) {
|
||||
|
||||
Reference in New Issue
Block a user