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 2010/11/12 16:02:06 UTC

[PATCH core 1/5] Increased timeout for Thin in deltacloudd

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 ed7883b..76a7cf1 100755
--- a/server/bin/deltacloudd
+++ b/server/bin/deltacloudd
@@ -98,6 +98,7 @@ else
   argv_opts << ['--port', ENV["API_PORT"] ]
   argv_opts << ['--rackup', 'config.ru' ]
   argv_opts << ['--chdir', dirname ]
+  argv_opts << ['--timeout', '360' ]
   argv_opts << ['-e', options[:env] ]
   argv_opts << ['--threaded', '-D', '--stats', '/stats']
 
-- 
1.7.3.2