Roman Zeyde
Roman Zeyde
Sounds good, thanks!
#979 should also help with this issue.
PRs are welcome :)
Would it be possible to hide this feature behind a new [Cargo feature](https://doc.rust-lang.org/cargo/reference/features.html) - so it would be built only if the user needs it?
I agree.
Thanks for reporting this issue! Will reproduce on a Linux machine to collect file descriptor usage metrics.
> **Additional context** > I tried building this with Prometheus support in order to inspect the file descriptor progress, but got this result: ``` ❯ cargo build --locked --release --all-features...
According to Prometheus, electrs uses ~350 file descriptors during compaction: 
> However I've never had software crash on my machine before due to this. I assume that the reason behind this is that the initial sync process writes many SST...
Thanks for the contribution! Will review after #913 is merged.