-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Instead of save in the database in real time, do some "async" operations, so you can "save" some data but is not persisted until some time (to improve performance due is not writing each time).
Before implement, check if is really needed, maybe a best solution is just to add a "persist" method to the database plugin so it writes everything, otherwise just modify a local parameter.