mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
PX Dynos = 9 workers
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user