mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07: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)',
|
description: '14 days, ~10,000 events (~5 min)',
|
||||||
},
|
},
|
||||||
full: {
|
full: {
|
||||||
days: 30,
|
days: 60,
|
||||||
avgSessionsPerDay: 666, // ~50,000 total events
|
avgSessionsPerDay: 500, // ~75,000 total events
|
||||||
description: '30 days, ~50,000 events (~15-20 min)',
|
description: '60 days, ~75,000 events (~20-25 min)',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue