element-x-ada/libraries/matrix
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
..
api Update dependency org.matrix.rustcomponents:sdk-android to v26.02.19 (#6229) 2026-02-20 09:01:07 +01:00
impl Add some DB optimizations (#6249) 2026-02-25 11:59:21 +00:00
test Update dependency org.matrix.rustcomponents:sdk-android to v26.02.19 (#6229) 2026-02-20 09:01:07 +01:00