From 7194e1fdd1cadc39b37f5fde5c1ac423a95e77d0 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Wed, 20 Aug 2025 13:32:03 +0200 Subject: [PATCH] Update README to clarify idle timeout management and state persistence features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 697a384..65dfb42 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ 🌐 **Web Dashboard**: Modern React UI for visual management (unlike CLI-only tools) 🔐 **API Key Authentication**: Separate keys for management vs inference access 📊 **Instance Monitoring**: Health checks, auto-restart, log management -⚡ **Persistent State**: Instances survive server restarts +⏳ **Idle Timeout Management**: Automatically stop idle instances after a configurable period +💾 **State Persistence**: Ensure instances remain intact across server restarts ![Dashboard Screenshot](docs/images/screenshot.png)