lib/conveyor/foreman.rb in gina-conveyor-0.2.4 vs lib/conveyor/foreman.rb in gina-conveyor-1.0.0

- old
+ new

@@ -29,11 +29,12 @@ def read_configs @config = { "worker_defs" => File.expand_path('.workers', Dir.pwd), "logfile" => File.expand_path('log/conveyor.log', Dir.pwd), "threadpool" => 5, + "command_timeout" => 600, "websocket" => { - "disabled" => false, + "disabled" => true, "host" => "0.0.0.0", "port" => 9876 } }