Update docker/launch-netbox.sh

Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
This commit is contained in:
Tobias Genannt 2025-11-12 12:34:04 +01:00 committed by GitHub
parent 951e0f3817
commit 7d56493327
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ exec granian \
--port "8080" \ --port "8080" \
--interface "wsgi" \ --interface "wsgi" \
--no-ws \ --no-ws \
--workers "${GRANIAN_WORKERS}" \ --workers "${GRANIAN_WORKERS:-4}" \
--respawn-failed-workers \ --respawn-failed-workers \
--backpressure "${GRANIAN_BACKPRESSURE}" \ --backpressure "${GRANIAN_BACKPRESSURE}" \
--loop "uvloop" \ --loop "uvloop" \