mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
[courier/fetch/segmented] fix the maxSegmentCount config key
This commit is contained in:
parent
afab2d292f
commit
402b0fc563
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ define(function (require) {
|
||||||
// segmented request specific state
|
// segmented request specific state
|
||||||
this._initFn = initFn;
|
this._initFn = initFn;
|
||||||
this._desiredSize = false;
|
this._desiredSize = false;
|
||||||
this._maxSegments = config.get('discover:maxSegmentCount');
|
this._maxSegments = config.get('courier:maxSegmentCount');
|
||||||
this._hitsReceived = 0;
|
this._hitsReceived = 0;
|
||||||
this._direction = 'desc';
|
this._direction = 'desc';
|
||||||
this._handle = new SegmentedHandle(this);
|
this._handle = new SegmentedHandle(this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue