...Same for workers

This commit is contained in:
niten 2023-01-06 16:20:17 -08:00
parent 77d23c6401
commit 7eef72712c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ in {
in (concatStringsSep " " [
"gunicorn"
bindClause
"--workers ${cfg.workers}"
"--workers ${toString cfg.workers}"
"-k uvicorn.workers.UvicornWorker"
"--pid /run/objectifier.pid"
"objectifier:app"