Cache the bell sound in the canberra server since it is a frequently played sound

This commit is contained in:
Kovid Goyal
2022-02-19 13:07:44 +05:30
parent fdc9835587
commit 9a04405ad2

View File

@@ -154,6 +154,7 @@ play_canberra_sound(const char *which_sound, const char *event_id, bool is_path,
which_type, which_sound,
"event.description", event_id,
"media.role", media_role,
"canberra.cache-control", "permanent",
NULL
);
}