We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c371950 commit 0553908Copy full SHA for 0553908
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