Problematic behavior detected when downgrading a program. High cpu load and memory leak after while without any console.log message.


Dexie function calls

I noticed that rx-migration-state-meta is constantly being recreated on deletion and updated. And there is definitely some problem in this.
All workplaces migration was just 1: (oldData) => oldData

Timestamps are constantly updated.

When deleting the IndexedDb the problem is solved.
But the problem is that such behavior is hidden and it may not be noticed right away, which will lead to a problems in case of mass program downgrade.
Problematic behavior detected when downgrading a program. High cpu load and memory leak after while without any console.log message.
Dexie function calls

I noticed that rx-migration-state-meta is constantly being recreated on deletion and updated. And there is definitely some problem in this.

All workplaces migration was just
1: (oldData) => oldDataTimestamps are constantly updated.

When deleting the IndexedDb the problem is solved.
But the problem is that such behavior is hidden and it may not be noticed right away, which will lead to a problems in case of mass program downgrade.