Update CleanRemoteNotesProcessorService.ts

This commit is contained in:
syuilo 2025-07-17 09:54:01 +09:00
parent a7e221ba25
commit ca55db2c2c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export class CleanRemoteNotesProcessorService {
job.updateProgress((elapsed / maxDuration) * 100);
await setTimeout(1000 * 5); // Sleep for 5s to avoid overwhelming the db
await setTimeout(1000 * 5); // Wait a moment to avoid overwhelming the db
}
this.logger.succ('garbage collection of remote notes completed.');