set faradays timeout 25
This commit is contained in:
parent
a07b742c85
commit
bec3e2c92b
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