Commit e9fb244a authored by Simon Knox's avatar Simon Knox

update changelog

parent f6f97ff3
...@@ -116,7 +116,7 @@ export default class SmartInterval { ...@@ -116,7 +116,7 @@ export default class SmartInterval {
}) })
.catch((err) => { .catch((err) => {
this.isLoading = false; this.isLoading = false;
throw new Error(err); throw err;
}); });
} }
......
--- ---
title: improve merge request realtime polling performance title: Update Merge Request polling so there is only one request at a time
merge_request: merge_request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15032
author: author:
type: fixed type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment