CPU optimizartion work #1144

This commit is contained in:
jokob-sk
2025-08-24 09:35:25 +10:00
parent 0146ae7c30
commit b94da568a9
2 changed files with 10 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ def importConfigs (db, all_plugins):
# this avoids time zone issues as we just compare the previous timestamp to the current time stamp
# rename settings that have changed names due to code cleanup and migration to plugins
renameSettings(config_file)
# renameSettings(config_file)
fileModifiedTime = os.path.getmtime(config_file)