We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199ba60 commit ae80d1cCopy full SHA for ae80d1c
docker/backend.dockerfile
@@ -97,5 +97,5 @@ CMD mod_wsgi-express start-server ${LDLINK_HOME}/LDlink.wsgi \
97
--graceful-timeout 9000 \
98
--connect-timeout 9000 \
99
--request-timeout 9000 \
100
- --processes $(((1 + `nproc`) / 2)) \
+ --processes $(((3 + `nproc`) / 4)) \
101
--threads 1
0 commit comments