Commit 2fba677070ac9b37ba00f8ced408be83dbebaa21
1 parent
d5223457
Exists in
master
and in
21 other branches
Added note about issues on Windows - #764
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -1063,6 +1063,8 @@ require "typhoeus/adapters/faraday" |
1063 | 1063 | Ethon.logger.level = Logger::WARN |
1064 | 1064 | ``` |
1065 | 1065 | |
1066 | +If you run into issues on Windows, check out [this post](https://www.rastating.com/fixing-issues-in-typhoeus-and-httparty-on-windows/). | |
1067 | + | |
1066 | 1068 | ### Automatic Failover |
1067 | 1069 | |
1068 | 1070 | Create an initializer `config/initializers/elasticsearch.rb` with multiple hosts: | ... | ... |