mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
restore 3min rule, #16098
This commit is contained in:
@@ -84,7 +84,7 @@ export class MainThreadDocuments extends MainThreadDocumentsShape {
|
||||
}
|
||||
}));
|
||||
|
||||
const handle = setInterval(() => this._runDocumentCleanup(), 1000 * 15);
|
||||
const handle = setInterval(() => this._runDocumentCleanup(), 1000 * 60 * 3);
|
||||
this._toDispose.push({ dispose() { clearInterval(handle); } });
|
||||
|
||||
this._modelToDisposeMap = Object.create(null);
|
||||
|
||||
Reference in New Issue
Block a user