Skip to content
  • Robert Ricci's avatar
    Use a more robust way to do the dashboard "loop" · cedc2103
    Robert Ricci authored
    The old way was very error-prone; eg. miss an update due to bad network
    conditions or hibernation, and that's it, it would stop forever. Use
    setInterval() instead so that it keeps going even if there is some
    error.
    cedc2103