Fix debounce of api points to address Disk IO #914

This commit is contained in:
jokob-sk
2024-12-19 18:32:57 +11:00
parent 30d9d4b8fc
commit f4d215c843
6 changed files with 37 additions and 36 deletions

View File

@@ -383,7 +383,7 @@ def importConfigs (db, all_plugins):
db.commitDB()
# update only the settings datasource
update_api(db, all_plugins, False, ["settings"])
update_api(db, all_plugins, ["settings"])
# run plugins that are modifying the config
run_plugin_scripts(db, all_plugins, 'before_config_save' )