diff --git a/docker/launch-netbox.sh b/docker/launch-netbox.sh index 20d96e9..4dd96c1 100755 --- a/docker/launch-netbox.sh +++ b/docker/launch-netbox.sh @@ -5,7 +5,7 @@ exec granian \ --port "8080" \ --interface "wsgi" \ --no-ws \ - --workers "${GRANIAN_WORKERS}" \ + --workers "${GRANIAN_WORKERS:-4}" \ --respawn-failed-workers \ --backpressure "${GRANIAN_BACKPRESSURE}" \ --loop "uvloop" \