back off ping

This commit is contained in:
Galen Wolfe-Pauly 2014-12-18 19:42:34 -08:00
parent c83f823c37
commit 99e6f0fb0b

View File

@ -318,7 +318,7 @@ module.exports = recl({
},
componentDidMount: function() {
StationStore.addChangeListener(this._onChangeStore);
return setInterval(this.ping, 10000);
return setInterval(this.ping, 90000);
},
componentWillUnmount: function() {
return StationStore.removeChangeListener(this._onChangeStore);