mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
Adjusted interval
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import _ from 'lodash';
|
||||
import { clickNode, clickTopology, clickCloseDetails } from '../actions/app-actions';
|
||||
|
||||
const INTERVAL = 5000;
|
||||
const INTERVAL = 2000;
|
||||
|
||||
function getRandomNode(getState) {
|
||||
const { nodes } = getState().toJS();
|
||||
|
||||
Reference in New Issue
Block a user