This commit is contained in:
Koen Vlaswinkel
2024-10-17 10:42:30 +02:00
parent 6c794d1dc4
commit 1843467146

View File

@@ -88,7 +88,7 @@ export class ExtensionManagedDistributionCleaner {
);
for (const cleanableDirectory of cleanableDirectories) {
// Wait 60 seconds between each cleanup to avoid overloading the system (even though the remove call should be async)
// Wait 10 seconds between each cleanup to avoid overloading the system (even though the remove call should be async)
await sleep(10_000);
const path = join(