bee-dashboard
bee-dashboard copied to clipboard
Reduce artificial wait times
e.g. LightModeRestart.tsx
:
if (Date.now() - startedAt < 45_000) {
return
}
When restarting, we also wait 5s
IMO these are no longer necessary, or can be way shorter