Enable default auto-restart for new instances in configuration

This commit is contained in:
2025-07-19 22:12:05 +02:00
parent 80a9971652
commit b739767317

View File

@@ -65,7 +65,7 @@ func LoadConfig(configPath string) (Config, error) {
LogDirectory: "/tmp/llamactl",
MaxInstances: 10,
LlamaExecutable: "llama-server",
DefaultAutoRestart: false,
DefaultAutoRestart: true,
DefaultMaxRestarts: 3,
DefaultRestartDelay: 5,
},