change(ui) - sessions reload per minute vs 10min
This commit is contained in:
parent
8d2811a4cf
commit
50a8f3846b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ import NoSessionsMessage from '../shared/NoSessionsMessage';
|
|||
import TrackerUpdateMessage from '../shared/TrackerUpdateMessage';
|
||||
import LiveSessionList from './LiveSessionList'
|
||||
|
||||
const AUTOREFRESH_INTERVAL = 10 * 60 * 1000;
|
||||
const AUTOREFRESH_INTERVAL = 1 * 60 * 1000;
|
||||
|
||||
const weakEqual = (val1, val2) => {
|
||||
if (!!val1 === false && !!val2 === false) return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue