Commit a3794e1ea5ed3c8e946bf2419d4c2e617fe5cccc
1 parent
de89e51d
Exists in
master
and in
19 other branches
Retries are automatic now [skip ci]
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
README.md
... | ... | @@ -1147,10 +1147,6 @@ Create an initializer `config/initializers/elasticsearch.rb` with multiple hosts |
1147 | 1147 | |
1148 | 1148 | ```ruby |
1149 | 1149 | ENV["ELASTICSEARCH_URL"] = "http://localhost:9200,http://localhost:9201" |
1150 | - | |
1151 | -Searchkick.client_options = { | |
1152 | - retry_on_failure: true | |
1153 | -} | |
1154 | 1150 | ``` |
1155 | 1151 | |
1156 | 1152 | See [elasticsearch-transport](https://github.com/elastic/elasticsearch-ruby/blob/master/elasticsearch-transport) for a complete list of options. | ... | ... |