Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bonsai/appStartupTimer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const TOO_LONG_STARTUP = 15 * timeUnits.second;

const firstSeenPath = document.location.pathname;

const STARTUP_SAMPLE_RATE = 0.25;
const STARTUP_SAMPLE_RATE = 0.5;

export const AppStartupTimer = {
timeIfFirst(t: keyof StartupStats) {
Expand Down
Loading