"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MINIMUM_BUCKET_SIZE = exports.BUCKET_TARGET_COUNT = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const MINIMUM_BUCKET_SIZE = 15; exports.MINIMUM_BUCKET_SIZE = MINIMUM_BUCKET_SIZE; const BUCKET_TARGET_COUNT = 15; exports.BUCKET_TARGET_COUNT = BUCKET_TARGET_COUNT;