"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FINDINGS_REFETCH_INTERVAL_MS = exports.FINDINGS_PIT_KEEP_ALIVE = 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 FINDINGS_PIT_KEEP_ALIVE = '2m'; // Set to half of the PIT keep alive to make sure we keep the PIT window open as long as the components are mounted exports.FINDINGS_PIT_KEEP_ALIVE = FINDINGS_PIT_KEEP_ALIVE; const FINDINGS_REFETCH_INTERVAL_MS = 1000 * 60; // One minute exports.FINDINGS_REFETCH_INTERVAL_MS = FINDINGS_REFETCH_INTERVAL_MS;