1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:39:25 +08:00

adj: separate the settings of the scheduler watcher

This commit is contained in:
0O0o0oOoO00
2025-08-09 20:08:57 +08:00
parent 3e7c13df3b
commit ae1e32aef2
11 changed files with 113 additions and 29 deletions

View File

@@ -774,8 +774,12 @@ class GeneratedConfig:
AutoRestart_AttemptsToRestart = 114514
AutoRestart_NotifyWhenAutoRestart = False
# Group `SchedulerWatcher`
SchedulerWatcher_Enable = False
SchedulerWatcher_TimeDelta = 10
SchedulerWatcher_WarningCount = 3
# Group `InstanceRestart`
InstanceRestart_EnableSchedulerWatcher = False
InstanceRestart_Enabled = False
InstanceRestart_AttemptsToRestart = 114514
InstanceRestart_NotifyWhenAutoRestart = False