Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php43 public $retryAttempts = 0; variable in Elasticsearch\\Transport
121 $this->retryAttempts = 0;
158 if ($this->retryAttempts < $this->retries) {
159 $this->retryAttempts += 1;