Home
last modified time | relevance | path

Searched refs:DEFAULT_REFRESH_INTERVAL (Results 1 – 1 of 1) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php27 public const DEFAULT_REFRESH_INTERVAL = '1s';
328 return $this->get('refresh_interval') ?? self::DEFAULT_REFRESH_INTERVAL;
25 public const DEFAULT_REFRESH_INTERVAL = '1s'; global() define in Elastica\\Index\\Settings