refactor(config): retire RuntimeSettingsCompat host usage

This commit is contained in:
jxxghp
2026-08-26 15:55:21 +08:00
parent cdab54254d
commit 9dbe424c3d
162 changed files with 1966 additions and 1745 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ class LocalDirectoryWatcher:
:return: 重扫轮次延迟秒数元组
"""
return self._parse_rescan_delays(
get_runtime_setting("MONITOR_RESCAN_DELAYS")
get_runtime_setting('MONITOR_RESCAN_DELAYS')
)
@classmethod