diff --git a/goemaxima.service b/goemaxima.service index aa0f00daa9e441bd8ec823f98682044ac56db415..6f4a5bbb8a3ff46f23d8a2c97e9154c416a3c759 100644 --- a/goemaxima.service +++ b/goemaxima.service @@ -7,7 +7,7 @@ After=remote-fs.target [Service] Restart=on-failure RestartSec=1s -ExecStart=/usr/bin/docker run --rm --name goemaximapool --publish 0.0.0.0:8080:8080 goemaxima:2020120600-dev +ExecStart=/usr/bin/docker run --rm --name goemaximapool --env GOEMAXIMA_QUEUE_LEN=16 --publish 0.0.0.0:8080:8080 goemaxima:2020120600-dev [Install] WantedBy=multi-user.target