Modify quick count in discover to use sampleSize config

This commit is contained in:
lukasolson 2014-12-02 07:38:37 -07:00
parent c6a3313f67
commit edd3743710

View file

@ -267,7 +267,7 @@ define(function (require) {
var sort = $state.sort;
var timeField = $scope.searchSource.get('index').timeFieldName;
var totalSize = $scope.size || 500;
var totalSize = $scope.size || $scope.opts.sampleSize;
/**
* Basically an emum.