FARADAY_HTTP_BACKEND now affects RssAgent and PostAgent too.

Akinori MUSHA 10 lat temu
rodzic
commit
883a467fd9
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      .env.example

+ 5 - 5
.env.example

@@ -85,11 +85,11 @@ AWS_SANDBOX=false
85 85
 #   Various Settings   #
86 86
 ########################
87 87
 
88
-# Specify the HTTP backend library for Faraday, used in WebsiteAgent.
89
-# You can change this depending on the performance and stability you
90
-# need for your service.  Any choice other than "typhoeus",
91
-# "net_http", or "em_http" should require you to bundle a corresponding
92
-# gem via Gemfile.
88
+# Specify the HTTP backend library for Faraday, commonly used by
89
+# WebsiteAgent, RssAgent and PostAgent.  You can change this depending
90
+# on the performance and stability you need for your service.  Any
91
+# choice other than "typhoeus", "net_http", or "em_http" should
92
+# require you to bundle a corresponding gem via Gemfile.
93 93
 FARADAY_HTTP_BACKEND=typhoeus
94 94
 
95 95
 # Allow JSONPath eval expresions. i.e., $..price[?(@ < 20)]