We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9d4a67 + aca94d2 commit 0ea2f33Copy full SHA for 0ea2f33
2 files changed
rootfs/deis/gunicorn/config.py
@@ -10,7 +10,7 @@
10
if workers < 1:
11
raise ValueError()
12
except (NameError, ValueError):
13
- workers = (os.cpu_count() or 4) * 2 + 1
+ workers = (os.cpu_count() or 4) * 4 + 1
14
15
pythonpath = dirname(dirname(dirname(realpath(__file__))))
16
timeout = 1200
rootfs/requirements.txt
@@ -8,7 +8,7 @@ docker-py==1.8.1
8
gunicorn==19.6.0
9
jsonfield==1.0.3
morph==0.1.2
-ndg-httpsclient==0.4.0
+ndg-httpsclient==0.4.1
psycopg2==2.6.1
pyOpenSSL==16.0.0
pytz==2016.4
0 commit comments