lower categoy prune

This commit is contained in:
Barış Soner Uşaklı
2026-02-24 19:50:20 -05:00
parent ce4eb8054d
commit 8fb3ad8a87

View File

@@ -753,7 +753,7 @@ Notes.prune = async () => {
await batch.processArray(cids, async function (cids) {
await Promise.all(cids.map(cid => pruneCidTids(cid, remoteCutoff)));
}, {
batch: 100,
batch: 10,
});
winston.info(`[notes/prune] Scheduled pruning of topics in ${cids.length} categories complete`);
};