fix(api): exclude some keys for export cache

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-25 21:23:08 +02:00
parent 0c93944d8a
commit c4be1dc05d
3 changed files with 27 additions and 5 deletions

View File

@@ -511,7 +511,7 @@ export async function getEventList({
});
}
export const getEventsCountCached = cacheable(getEventsCount, 60 * 60);
export const getEventsCountCached = cacheable(getEventsCount, 60 * 10);
export async function getEventsCount({
projectId,
profileId,