mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-12 22:56:48 +00:00
Compare commits
No commits in common. "c93870e802754970791c57e61ab2579981d4e892" and "951e0f3817ba7be8a839b8dd1a6131a40429ef1a" have entirely different histories.
c93870e802
...
951e0f3817
|
|
@ -5,9 +5,9 @@ exec granian \
|
||||||
--port "8080" \
|
--port "8080" \
|
||||||
--interface "wsgi" \
|
--interface "wsgi" \
|
||||||
--no-ws \
|
--no-ws \
|
||||||
--workers "${GRANIAN_WORKERS:-4}" \
|
--workers "${GRANIAN_WORKERS}" \
|
||||||
--respawn-failed-workers \
|
--respawn-failed-workers \
|
||||||
--backpressure "${GRANIAN_BACKPRESSURE:-${GRANIAN_WORKERS:-4}}" \
|
--backpressure "${GRANIAN_BACKPRESSURE}" \
|
||||||
--loop "uvloop" \
|
--loop "uvloop" \
|
||||||
--log \
|
--log \
|
||||||
--log-level "info" \
|
--log-level "info" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue