提交 94f0370d 编写于 作者: T Tomas Vik

Merge branch...

Merge branch '211-latest-update-hammers-gitlab-with-api-requests-until-the-rate-limit-hits' into 'master'

Resolve "Latest update hammers gitlab with API requests until the rate limit hits"

Closes #211

See merge request gitlab-org/gitlab-vscode-extension!75
......@@ -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.
先完成此消息的编辑!
想要评论请 注册