chore(halo): max models

This commit is contained in:
Harald Hoyer 2026-05-22 10:37:00 +02:00
parent c845f7c385
commit 87dfe74daa
2 changed files with 2 additions and 1 deletions

View file

@ -29,7 +29,7 @@
"--host 0.0.0.0"
"--port 8000"
"--models-preset ${./models.ini}"
"--models-max 2"
"--models-max 3"
];
Restart = "on-failure";
RestartSec = 10;