Closed raimohanska closed 11 months ago
Currently the whole event history is stored once a second as a JSON blob to local storage. Would suffice to update serial and append any missing events to indexedDb for instance.
Does it still actually work this inefficiently? Would make sense to have a look at this, sounds crazy.
Currently the whole event history is stored once a second as a JSON blob to local storage. Would suffice to update serial and append any missing events to indexedDb for instance.