more unicorn workers on performance dynos

This commit is contained in:
Konstantin Haase 2015-10-12 18:29:30 +02:00
parent ac94487d7c
commit 783e9af5b9

View File

@ -12,7 +12,7 @@ case $(ulimit -u) in
if [[ "$1" == "--nginx" ]]; then if [[ "$1" == "--nginx" ]]; then
echo -n 4 echo -n 4
else else
echo -n 16 echo -n 32
fi fi
exit 0;; exit 0;;
esac esac