mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
back off ping
This commit is contained in:
parent
c83f823c37
commit
99e6f0fb0b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user