Adjusted interval

This commit is contained in:
jpellizzari
2017-03-01 11:40:11 -08:00
parent c249df89a0
commit 6006c7a784

View File

@@ -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();