未验证 提交 aa08f287 编写于 作者: A Alex Dima

Increase logging threshold

上级 bea6b60c
......@@ -374,8 +374,8 @@ export class LocalProcessExtensionHost implements IExtensionHost {
const sw = new StopWatch(false);
return this._extensionHostProcess.start(opts).then(() => {
if (sw.elapsed() > 20) {
// communicating to the shared process took more than 20ms
if (sw.elapsed() > 500) {
// communicating to the shared process took more than 500ms
this._logService.info(`[LocalProcessExtensionHost]: IExtensionHostStarter.start() took ${sw.elapsed()} ms.`);
}
// Initialize extension host process with hand shakes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册