bin/proxy_fetcher in proxy_fetcher-0.5.0 vs bin/proxy_fetcher in proxy_fetcher-0.5.1
- old
+ new
@@ -39,10 +39,10 @@
options[:json] = true
end
end.parse!
ProxyFetcher.config.providers = options[:providers] if options[:providers]
-ProxyFetcher.config.connection_timeout = options[:timeout] if options[:timeout]
+ProxyFetcher.config.timeout = options[:timeout] if options[:timeout]
manager = ProxyFetcher::Manager.new(filters: options[:filters])
manager.validate! if options[:validate]
if options[:json]