De-duplicate events at the same time.

This commit is contained in:
Dermot Duffy
2023-03-26 17:36:23 -07:00
parent 304c7e3164
commit d2ddc3e8f0
7 changed files with 109 additions and 86 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ export interface RichBrowseMedia<M> extends BrowseMedia {
export const MEDIA_CLASS_VIDEO = 'video' as const;
export const MEDIA_CLASS_IMAGE = 'image' as const;
export const BROWSE_MEDIA_CACHE_SECONDS = 60 as const;
export const BROWSE_MEDIA_CACHE_SECONDS = 60 as const;