mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 20:45:39 +01:00
add cache for website id
This commit is contained in:
parent
f8ac987bfc
commit
2f6e7786c6
3 changed files with 38 additions and 4 deletions
|
|
@ -142,3 +142,5 @@ export const BROWSERS = {
|
|||
'ios-webview': 'iOS (webview)',
|
||||
searchbot: 'Searchbot',
|
||||
};
|
||||
|
||||
export const WEBSITE_ID_CACHE_TIME = 24 * 60 * 60 * 1000; // time to cache website ids(ms)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue