feat(dashboard): add setting option for event push

This commit is contained in:
Aaron Liu
2026-01-28 12:54:42 +08:00
parent 1c5eefdc6a
commit 2241a9e2c8
6 changed files with 42 additions and 12 deletions

View File

@@ -669,6 +669,9 @@ var DefaultSettings = map[string]string{
"encrypt_master_key_file": "",
"show_encryption_status": "1",
"show_desktop_app_promotion": "1",
"fs_event_push_enabled": "1",
"fs_event_push_max_age": "1209600",
"fs_event_push_debounce": "5",
}
var RedactedSettings = map[string]struct{}{