input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
115 stars 36 forks source link

SQLite WAL files are not truncated in signer and aggregator #1707

Closed jpraynaud closed 6 days ago

jpraynaud commented 1 month ago

Why

The WAL files produced by SQLite are constantly growing whereas the should be truncated automatically:

What

Make the WAL files automatically truncated.

How

For signer & aggregator add a (repeating?) task that: