Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@mrzyx.de>2012-11-04 20:05:16 +0400
committerJonne Haß <me@mrzyx.de>2012-11-04 20:05:16 +0400
commite75aa111e3caf8b7a1b5159073c62fc8f2ca63e0 (patch)
tree263793a6ad2f2d11ca5bed210d122c2227db47d6 /.foreman
parentf506c9c71e2f3bb6247cbba8c9bde30a1e299a05 (diff)
use foremans formation option and not the alias concurrency, start unicorn_rails instead of unicorn
Diffstat (limited to '.foreman')
-rw-r--r--.foreman2
1 files changed, 1 insertions, 1 deletions
diff --git a/.foreman b/.foreman
index b6eec508d..da229edb6 100644
--- a/.foreman
+++ b/.foreman
@@ -1,2 +1,2 @@
port: 3000
-concurrency: web=1,worker=0
+formation: web=1,worker=0