network chunk v17

This commit is contained in:
andrei-mihnea-cerbu
2024-11-13 15:21:22 +02:00
parent fa974d4d9f
commit ca1e77f322
12 changed files with 41 additions and 10 deletions
+4
View File
@@ -30,6 +30,10 @@ export class BackupManager {
this.log('Start successfully. Backup files to users.');
await this.initialize();
}
if (global.gc) {
global.gc();
}
}, 10000); // 10-second interval for testing
}