Update idle time configuration to improve resource management

- Reduced default values for IDLE_MINUTES from 60 to 30 and IDLE_GRACE_MINUTES from 90 to 45 across configuration files and documentation.
- Updated related documentation to reflect the new default idle time settings, ensuring consistency in user guidance and system behavior.
This commit is contained in:
Leonid Pershin
2026-08-21 08:35:43 +03:00
parent 6871c511c4
commit 9a4b87dc06
9 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ FLAVOR_FALLBACK=true
SCAN_POOLS=ru-6,ru-7
DEFAULT_SPOT=true
KEEP_FLOATING_IP=false
IDLE_MINUTES=60
IDLE_GRACE_MINUTES=90
IDLE_MINUTES=30
IDLE_GRACE_MINUTES=45
# Optional local safety net (after: gpu-rent watchdog install)
# LOCAL_WATCHDOG_GRACE_MINUTES=10
PULL_OUTPUT=false