Commit b3582109 authored by Bryce Johnson's avatar Bryce Johnson

Set more reasonable polling config.

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