Update CleanRemoteNotesProcessorService.ts

This commit is contained in:
syuilo 2025-07-16 20:07:36 +09:00
parent c835dc76d6
commit 7c36d220f7
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ export class CleanRemoteNotesProcessorService {
if (elapsed >= maxDuration) {
this.logger.info(`Reached maximum duration of ${maxDuration}ms, stopping...`);
job.log('Reached maximum duration, stopping garbage collection.');
job.updateProgress(100);
break;
}