mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-19 02:50:53 +01:00
drop 50 to 10 for actors prune
This commit is contained in:
@@ -689,7 +689,7 @@ Actors.prune = async () => {
|
||||
const now = Date.now();
|
||||
await db.sortedSetAdd('usersRemote:lastCrawled', preservedIds.map(() => now), preservedIds);
|
||||
}, {
|
||||
batch: 50,
|
||||
batch: 10,
|
||||
interval: 1000,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user