Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Milan
diaspora
Commits
78978f05
Commit
78978f05
authored
Jan 14, 2012
by
Daniel Grippi
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2667 from MrZYX/faraday_timeout
set faradays timeout to 25 seconds [ci skip]
parents
9d2b1e94
bec3e2c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/initializers/faraday.rb
config/initializers/faraday.rb
+1
-1
No files found.
config/initializers/faraday.rb
View file @
78978f05
# 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
=>
2
5
}
options
[
:ssl
]
=
{
:ca_file
=>
EnviromentConfiguration
.
ca_cert_file_location
}
Faraday
.
default_connection
=
Faraday
::
Connection
.
new
(
options
)
do
|
b
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment