We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7a9e0 commit ff486b3Copy full SHA for ff486b3
config/prod.env
@@ -164,4 +164,10 @@ FROM_EMAIL='wger Workout Manager <[email protected]>'
164
# The number of proxies in front of the application. In the default configuration
165
# only nginx is. Change as approtriate if your setup differs. Also note that this
166
# is only used when throttling API requests.
167
-NUMBER_OF_PROXIES=1
+NUMBER_OF_PROXIES=1
168
+
169
+#
170
+# Gunicorn
171
+# The number of workers to spawn. This is the number of processes that will be
172
+# spawned to handle requests. The recommended number of workers is (2 x $num_cores) + 1
173
+GUNICORN_WORKERS=3
0 commit comments