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:
conorbranagan 2025-11-28 23:12:16 -05:00
parent 34373f6aae
commit d7642aec11
No known key found for this signature in database

View file

@ -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)',
},
};