Set SYS_TIMER_ALL_ENABLED ny default to DEBUG_MODE

This commit is contained in:
2025-08-29 01:06:09 +02:00
parent d67f660152
commit 4cbd848026

View File

@@ -2,7 +2,7 @@
# Service Timers
## Meta
SYS_TIMER_ALL_ENABLED: "{{ not MODE_DEBUG }}" # Runtime Variables for Process Control - Activates all timers, independend if the handlers had been triggered
SYS_TIMER_ALL_ENABLED: "{{ MODE_DEBUG }}" # Runtime Variables for Process Control - Activates all timers, independend if the handlers had been triggered
## Server Tact Variables