Open
Description
🎉 Feature Request
Summary
I noticed that the library automatically inserts all updates into the database, which is handled in the DB.php file.
However, in my case, this behavior leads to unnecessary data accumulation in my database, as I don’t need to log all updates. Is there a way to disable or customize this behavior without modifying the core library files?