drop 50 to 10 for actors prune

This commit is contained in:
Barış Soner Uşaklı
2026-03-12 13:05:19 -04:00
parent cdc92f1024
commit e2808be1bc

View File

@@ -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,
});