Skip to content

Commit

Permalink
[hotfix] bumping QUERY_UPDATE_FREQ from 1000 to 2000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 27, 2017
1 parent 26662ee commit 75e7f2d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ import { connect } from 'react-redux';
import * as Actions from '../actions';

const $ = require('jquery');
const QUERY_UPDATE_FREQ = 1000;
const QUERY_UPDATE_FREQ = 2000;
const QUERY_UPDATE_BUFFER_MS = 5000;

class QueryAutoRefresh extends React.PureComponent {
Expand Down

0 comments on commit 75e7f2d

Please sign in to comment.