提交 d2ba113b 编写于 作者: J Joao Moreno

remove deprecated extensions earlier

上级 c7a1ffc6
......@@ -108,7 +108,7 @@ function main(server: Server): void {
server.registerChannel('extensions', channel);
// eventually clean up old extensions
setTimeout(() => (extensionManagementService as ExtensionManagementService).removeDeprecatedExtensions(), 5000);
setTimeout(() => (extensionManagementService as ExtensionManagementService).removeDeprecatedExtensions(), 100);
});
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册