mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Increase index poll timeout to 5 seconds (#138768)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
52bce04dda
commit
1f5b803d6f
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