"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_CONCURRENT_ALIAS_DELETIONS = exports.DEFAULT_RETRY_COUNT = exports.DEFAULT_REFRESH_SETTING = 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 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const DEFAULT_REFRESH_SETTING = 'wait_for'; exports.DEFAULT_REFRESH_SETTING = DEFAULT_REFRESH_SETTING; const DEFAULT_RETRY_COUNT = 3; exports.DEFAULT_RETRY_COUNT = DEFAULT_RETRY_COUNT; const MAX_CONCURRENT_ALIAS_DELETIONS = 10; exports.MAX_CONCURRENT_ALIAS_DELETIONS = MAX_CONCURRENT_ALIAS_DELETIONS;