increase performance of app

This commit is contained in:
Alexander Titov
2013-09-22 12:14:49 +04:00
committed by osminog
parent 116a2fd85f
commit 764326ac8b

View File

@@ -3,4 +3,8 @@ description "Install and configure redmine"
run_list "recipe[runit]", "recipe[postgresql]", "recipe[ruby]", "recipe[redmine]"
default_attributes(
'redmine' => {
'pgsql_conn' => 50,
'unucorn_proc' => 4
}
)