Compare commits

...

2 commits

Author SHA1 Message Date
Tobias Genannt c93870e802
Update docker/launch-netbox.sh
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
2025-11-12 12:34:10 +01:00
Tobias Genannt 7d56493327
Update docker/launch-netbox.sh
Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
2025-11-12 12:34:04 +01:00

View file

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