From 943fa166e8bab3a55fda118631d0224816fbd005 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 12 Sep 2021 22:19:04 +0200 Subject: [PATCH] Update start.sh The starman option `max-workers` actually does not exist... --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 192b70a..0bd2825 100755 --- a/start.sh +++ b/start.sh @@ -100,6 +100,6 @@ echo '--------- LEDGERSMB CONFIGURATION --- END' # ':5762:' suppresses an uninitialized variable warning in starman # the last colon means "don't connect using tls"; without it, there's a warning -exec starman --listen :5762: --max-workers ${LSMB_WORKERS:-5} \ +exec starman --listen :5762: --workers ${LSMB_WORKERS:-5} \ -I lib -I old/lib \ --preload-app bin/ledgersmb-server.psgi