Skip to content

Commit 0ea2f33

Browse files
author
Matthew Fisher
authored
Merge branch 'master' into bump-version
2 parents d9d4a67 + aca94d2 commit 0ea2f33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/deis/gunicorn/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if workers < 1:
1111
raise ValueError()
1212
except (NameError, ValueError):
13-
workers = (os.cpu_count() or 4) * 2 + 1
13+
workers = (os.cpu_count() or 4) * 4 + 1
1414

1515
pythonpath = dirname(dirname(dirname(realpath(__file__))))
1616
timeout = 1200

rootfs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docker-py==1.8.1
88
gunicorn==19.6.0
99
jsonfield==1.0.3
1010
morph==0.1.2
11-
ndg-httpsclient==0.4.0
11+
ndg-httpsclient==0.4.1
1212
psycopg2==2.6.1
1313
pyOpenSSL==16.0.0
1414
pytz==2016.4

0 commit comments

Comments
 (0)