Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
e9fb244a
Commit
e9fb244a
authored
Nov 07, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changelog
parent
f6f97ff3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/smart_interval.js
app/assets/javascripts/smart_interval.js
+1
-1
changelogs/unreleased/38394-smarter-interval.yml
changelogs/unreleased/38394-smarter-interval.yml
+2
-2
No files found.
app/assets/javascripts/smart_interval.js
View file @
e9fb244a
...
...
@@ -116,7 +116,7 @@ export default class SmartInterval {
})
.
catch
((
err
)
=>
{
this
.
isLoading
=
false
;
throw
new
Error
(
err
)
;
throw
err
;
});
}
...
...
changelogs/unreleased/38394-smarter-interval.yml
View file @
e9fb244a
---
title
:
improve merge request realtime polling performanc
e
merge_request
:
title
:
Update Merge Request polling so there is only one request at a tim
e
merge_request
:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15032
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment