Commit b3582109 authored by Bryce Johnson's avatar Bryce Johnson

Set more reasonable polling config.

parent 92ede2fe
...@@ -28,10 +28,10 @@ ...@@ -28,10 +28,10 @@
initPolling() { initPolling() {
return new gl.SmartInterval({ return new gl.SmartInterval({
callback: this.fetchIssuable, callback: this.fetchIssuable,
startingInterval: 5000, startingInterval: 1000,
maxInterval: 20000, maxInterval: 10000,
incrementByFactorOf: 3, incrementByFactorOf: 10,
lazyStart: false, lazyStart: false
}); });
}, },
updateState(data) { updateState(data) {
......
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