wristband first
This commit is contained in:
@@ -37,7 +37,7 @@ class LocStatus extends React.Component{
|
||||
|
||||
checkRefresh = () => {
|
||||
if(this.state.autoRefresh) {
|
||||
this.tick = setInterval(this.runTick, 2000);
|
||||
this.tick = setInterval(this.runTick, 5000);
|
||||
}else{
|
||||
clearInterval(this.tick);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user