Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes Bug 967504 and Bug 969536 - increased timeout to properly handl…
…e some quickstarts
  • Loading branch information
fabianofranz committed May 31, 2013
1 parent dedd247 commit 46090ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/app/models/rest_api/base.rb
Expand Up @@ -800,7 +800,7 @@ def http
class Base
self.idle_timeout = 4
self.open_timeout = 3
self.read_timeout = 180
self.read_timeout = 240

#
# Update the configuration of the Rest API. Use instead of
Expand Down

0 comments on commit 46090ba

Please sign in to comment.