element-x-ada/libraries/matrix/impl
Jorge Martin Espinosa 798f23316b
Add some DB optimizations (#6249)
* Set a maximum journal size limit (WAL file size) of 25MB

The previous value was null, which meant unlimited growth. This can affect performance, since the WAL file performance as a cache will worsen the larger it is

* When scheduling the vacuum task, make sure the user has enough free disk storage, since vacuuming can duplicate the DB sizes in disk
2026-02-25 11:59:21 +00:00
..
src Add some DB optimizations (#6249) 2026-02-25 11:59:21 +00:00
build.gradle.kts Add a periodic DB vacuuming task 2025-12-10 15:22:16 +01:00