element-x-ada/libraries/matrix/impl/src
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
..
main Add some DB optimizations (#6249) 2026-02-25 11:59:21 +00:00
test/kotlin/io/element/android/libraries/matrix/impl Disable the cross-process lock in the SDK (#6231) 2026-02-23 15:31:59 +00:00