From: Michal Fojtik <[email protected]> --- 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
