We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c794d1 commit 1843467Copy full SHA for 1843467
extensions/ql-vscode/src/codeql-cli/distribution/cleaner.ts
@@ -88,7 +88,7 @@ export class ExtensionManagedDistributionCleaner {
88
);
89
90
for (const cleanableDirectory of cleanableDirectories) {
91
- // 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)
92
await sleep(10_000);
93
94
const path = join(
0 commit comments