Merge pull request #2667 from MrZYX/faraday_timeout
set faradays timeout to 25 seconds [ci skip]
This commit is contained in:
commit
78978f051e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
||||
# licensed under the Affero General Public License version 3 or later. See
|
||||
# the COPYRIGHT file.
|
||||
options = {:timeout => 5}
|
||||
options = {:timeout => 25}
|
||||
|
||||
options[:ssl] = {:ca_file => EnviromentConfiguration.ca_cert_file_location}
|
||||
Faraday.default_connection = Faraday::Connection.new(options) do |b|
|
||||
|
|
|
|||
Loading…
Reference in a new issue