You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2011/02/08 11:06:09 UTC

[PATCH core 2/2] Increased HTTP timeout for requests

From: Michal Fojtik <mf...@redhat.com>

---
 server/bin/deltacloudd |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/server/bin/deltacloudd b/server/bin/deltacloudd
index 70be6ca..6522a39 100755
--- a/server/bin/deltacloudd
+++ b/server/bin/deltacloudd
@@ -103,6 +103,7 @@ else
   argv_opts << ['--address', ENV["API_HOST"] ]
   argv_opts << ['--port', ENV["API_PORT"] ]
   argv_opts << ['--rackup', 'config.ru' ]
+  argv_opts << ['--timeout', '60' ]
   argv_opts << ['--chdir', dirname ]
   argv_opts << ['-e', options[:env] ]
   argv_opts << ['--threaded', '-D', '--stats', '/stats']
-- 
1.7.4