bee-dashboard icon indicating copy to clipboard operation
bee-dashboard copied to clipboard

Reduce artificial wait times

Open Cafe137 opened this issue 2 years ago • 1 comments

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

Cafe137 avatar Dec 05 '22 13:12 Cafe137