We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c371950 + 0553908 commit 48bc188Copy full SHA for 48bc188
1 file 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
0 commit comments