From c40c306bac93950ff83e65d05eede0e5cf54edc3 Mon Sep 17 00:00:00 2001 From: re4k Date: Sat, 23 Mar 2013 22:07:25 +0900 Subject: Implement JSON API --- config/unicorn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/unicorn.rb') diff --git a/config/unicorn.rb b/config/unicorn.rb index 27b275d..b8e045a 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -1,4 +1,4 @@ -worker_processes 4 +worker_processes 8 working_directory File.expand_path("../../", __FILE__) -- cgit v1.2.3