From: <jh...@us...> - 2010-11-29 18:12:48
|
Revision: 226 http://etch.svn.sourceforge.net/etch/?rev=226&view=rev Author: jheiss Date: 2010-11-29 18:12:42 +0000 (Mon, 29 Nov 2010) Log Message: ----------- Set this to a more reasonable value for the general public. Modified Paths: -------------- trunk/server/config/unicorn.rb Modified: trunk/server/config/unicorn.rb =================================================================== --- trunk/server/config/unicorn.rb 2010-11-25 00:07:42 UTC (rev 225) +++ trunk/server/config/unicorn.rb 2010-11-29 18:12:42 UTC (rev 226) @@ -1,4 +1,4 @@ -worker_processes(20) +worker_processes(8) stdout_path('log/unicorn_stdout') stderr_path('log/unicorn_stderr') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |