Blockstream / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
320 stars 131 forks source link

Flag to enable compaction during initial sync #115

Closed RCasatta closed 1 month ago

RCasatta commented 1 month ago

While compaction during initial sync makes thing much slower, it may be preferred to not require to size the disk the double of the final required space.

Without specifing the flag the behaviour is identical as before