mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Extend test data to 60 days for realistic comparisons
When viewing "Last 30 days", the previous 30 days now also has data, resulting in realistic percentage changes instead of 174233%.
This commit is contained in:
parent
34373f6aae
commit
d7642aec11
1 changed files with 3 additions and 3 deletions
|
|
@ -23,9 +23,9 @@ const SCALES = {
|
|||
description: '14 days, ~10,000 events (~5 min)',
|
||||
},
|
||||
full: {
|
||||
days: 30,
|
||||
avgSessionsPerDay: 666, // ~50,000 total events
|
||||
description: '30 days, ~50,000 events (~15-20 min)',
|
||||
days: 60,
|
||||
avgSessionsPerDay: 500, // ~75,000 total events
|
||||
description: '60 days, ~75,000 events (~20-25 min)',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue