Reto Schneider
Reto Schneider
Thanks for the report! Which operating system, compiler and build type are you using?
Release or debug build? ps: Will not be around for almost one week. Gonna investigate after.
It looks like I am able to reproduce the crash with LLVM_USE_SANITIZER set to Address. Will work on it as "soon" as I got time.
`build.sh` is written to be used by Travis. If you still what to use it, do it like this: `TRAVIS_BRANCH=master ./build.sh` All of this is not yet very user friendly....
I am a homeserver admin affected by this - database is ever growing and deleting 90+ days old messages is a requirement (privacy aware NGO). Anything I can do to...
> After clearing the tables with non-referenced room names, it seems to have cleared up 4GB of disk space (from 44GB to 40GB, that specific table 12GB -> 8GB) Any...
> provided you're sure that all other references to the room have been purged from the database, yes it should be safe to remove the unreferenced rows from `state_groups` and...
@richvdh Thanks for the answer. Just did so, reduced the database from 75 to below 35 GB. Follow up question: When deleting a room, not just `state_groups` and `state_groups_state` keep...
PR #188 got merged
For any subsequent release: * definitely more testing than what we have currently * Proper developer documentation (neither the current README.md nor the GitHub-Bound Wiki is well-enough solution): #586 *...