提交 6668c918 编写于 作者: T Tomas Vik

Returning the intervals to values in 2.2.2

上级 909f8286
......@@ -118,7 +118,7 @@ const initPipelineStatus = () => {
pipelinesStatusTimer = setInterval(() => {
refreshPipeline();
}, 5000);
}, 30000);
refreshPipeline();
};
......@@ -181,7 +181,7 @@ const initMrStatus = () => {
mrStatusBarItem = createStatusBarItem('$(info) GitLab: Finding MR...', cmdName);
mrStatusTimer = setInterval(() => {
fetchBranchMR();
}, 5000);
}, 60000);
fetchBranchMR();
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册