[minor] updated the scheduler event to sync user settings

This commit is contained in:
mbauskar 2017-03-30 16:59:20 +05:30 committed by Nabin Hait
parent 76824541e6
commit 685803900e

View file

@ -132,7 +132,7 @@ scheduler_events = {
],
"hourly": [
"frappe.model.utils.link_count.update_link_count",
'frappe.model.utils.list_settings.sync_list_settings',
'frappe.model.utils.user_settings.sync_user_settings',
"frappe.utils.error.collect_error_snapshots",
"frappe.desk.page.backups.backups.delete_downloadable_backups",
"frappe.limits.update_space_usage"