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 68ea09a commit 71c2427Copy full SHA for 71c2427
docker/start
@@ -10,9 +10,9 @@ set -o nounset
10
uv run gunicorn \
11
--timeout 15 \
12
--bind :8000 \
13
- --workers 2 \
14
- --max-requests 10000 \
15
- --max-requests-jitter 100 \
+ --workers 1 \
+ --max-requests 2048 \
+ --max-requests-jitter 128 \
16
--log-file - \
17
--access-logfile - \
18
config.wsgi
0 commit comments