From 315db036a63defb5465178279cbc3cbffde375eb Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 10 Oct 2017 15:49:36 +0000 Subject: new batch mode with single calls --- unicorn.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'unicorn.rb') diff --git a/unicorn.rb b/unicorn.rb index 010ebbb..e60b2bd 100644 --- a/unicorn.rb +++ b/unicorn.rb @@ -1,7 +1,3 @@ -#worker_processes 4 +worker_processes 4 timeout 6000 listen 8088 -log_dir = "#{ENV['HOME']}" -log_file = File.join log_dir, "lazar.log" -stderr_path log_file -stdout_path log_file -- cgit v1.2.3