spec/config/ap.yml in harvestdor-indexer-0.0.11 vs spec/config/ap.yml in harvestdor-indexer-0.0.13
- old
+ new
@@ -55,7 +55,8 @@
# Additional options to pass to Faraday http client (https://github.com/technoweenie/faraday)
http_options:
ssl:
verify: false
# timeouts are in seconds; timeout -> open/read, open_timeout -> connection open
- timeout: 180
- open_timeout: 180
+ request:
+ timeout: 180
+ open_timeout: 180