You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X] Feature request
[X ] Documentation issue or request
As far as I can see from the code, LokiDb only works in sync methods, in my current work I can see some io blocking (2sec ~) while inserting just 250 entries, this is a bit troubling, as these are not a lot of records and in the future, I will need to insert around 2000.
Is there something I'm missing here? is there a way of making async operations?
The text was updated successfully, but these errors were encountered:
I'm submitting a...
[X] Feature request
[X ] Documentation issue or request
As far as I can see from the code, LokiDb only works in sync methods, in my current work I can see some io blocking (2sec ~) while inserting just 250 entries, this is a bit troubling, as these are not a lot of records and in the future, I will need to insert around 2000.
Is there something I'm missing here? is there a way of making async operations?
The text was updated successfully, but these errors were encountered: