From 27ce818f3d64c1f528239c27e8242bad4e06ee67 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Thu, 8 Jan 2015 14:32:35 -0500
Subject: [PATCH] PX Dynos = 9 workers

---
 vendor/python.webconcurrency.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vendor/python.webconcurrency.sh b/vendor/python.webconcurrency.sh
index c211aee2..c3231adb 100755
--- a/vendor/python.webconcurrency.sh
+++ b/vendor/python.webconcurrency.sh
@@ -15,7 +15,7 @@ case $(ulimit -u) in
 # PX DYNO
 32768)
   export DYNO_RAM=8192
-  export WEB_CONCURRENCY=${WEB_CONCURRENCY:-8}
+  export WEB_CONCURRENCY=${WEB_CONCURRENCY:-9}
   ;;
 
 esac
-- 
GitLab