提交 68174933 编写于 作者: J Johannes Rieken

lower general listener leak limit to 100

上级 c114ccc1
......@@ -60,7 +60,7 @@ export function startup(configuration: IWindowConfiguration): Promise<void> {
perf.importEntries(configuration.perfEntries);
// Configure emitter leak warning threshold
setGlobalLeakWarningThreshold(500);
setGlobalLeakWarningThreshold(100);
// Browser config
browser.setZoomFactor(webFrame.getZoomFactor()); // Ensure others can listen to zoom level changes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册