mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 1f5b803d6f
)
Co-authored-by: Byron Hulcher <byronhulcher@gmail.com>
This commit is contained in:
parent
f56b2ce2f1
commit
058c5f7c54
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import {
|
|||
import { CrawlerLogic } from './crawler/crawler_logic';
|
||||
import { IndexNameLogic } from './index_name_logic';
|
||||
|
||||
const FETCH_INDEX_POLLING_DURATION = 1000; // 1 seconds
|
||||
const FETCH_INDEX_POLLING_DURATION = 5000; // 1 seconds
|
||||
const FETCH_INDEX_POLLING_DURATION_ON_FAILURE = 30000; // 30 seconds
|
||||
|
||||
type FetchIndexApiValues = Actions<FetchIndexApiParams, FetchIndexApiResponse>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue