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
Bug 967504 - proper timeout
  • Loading branch information
fabianofranz committed Jun 19, 2013
1 parent 7d47a5f commit 7a06726
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 @@ -867,7 +867,7 @@ def http
class Base
self.idle_timeout = 4
self.open_timeout = 3
self.read_timeout = 60
self.read_timeout = 240

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

0 comments on commit 7a06726

Please sign in to comment.