Commit 2fba677070ac9b37ba00f8ced408be83dbebaa21

Authored by Andrew Kane
1 parent d5223457

Added note about issues on Windows - #764

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -1063,6 +1063,8 @@ require "typhoeus/adapters/faraday" @@ -1063,6 +1063,8 @@ require "typhoeus/adapters/faraday"
1063 Ethon.logger.level = Logger::WARN 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 ### Automatic Failover 1068 ### Automatic Failover
1067 1069
1068 Create an initializer `config/initializers/elasticsearch.rb` with multiple hosts: 1070 Create an initializer `config/initializers/elasticsearch.rb` with multiple hosts: