Skip to content

Commit

Permalink
Merge pull request elastic#2802 from spenceralger/resizeCheckerSanity
Browse files Browse the repository at this point in the history
[vislib/resizeChecker] slow down bro
  • Loading branch information
rashidkpc committed Jan 29, 2015
2 parents d7972bc + 256af66 commit bedc9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kibana/components/vislib/lib/resize_checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ define(function (require) {
var sequencer = require('utils/sequencer');

var SCHEDULE = ResizeChecker.SCHEDULE = sequencer.createEaseIn(
5, // shortest delay
100, // shortest delay
10000, // longest delay
125 // tick count
50 // tick count
);

// maximum ms that we can delay emitting 'resize'. This is only used
Expand Down

0 comments on commit bedc9cd

Please sign in to comment.