Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
diff --git a/config/service_definitions/tanga_rails/run b/config/service_definitions/tanga_rails/run
index 7ba34fc..fd31b8f 100755
--- a/config/service_definitions/tanga_rails/run
+++ b/config/service_definitions/tanga_rails/run
@@ -2,5 +2,6 @@
exec 2>&1
export HOME=/home/monkey
cd $HOME/tanga/sites/tanga
+export UNICORN_WORKERS=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment