Blockstream / electrs

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

feat: ELECTRS_ROCKSDB_WRITE_BUFFER_SIZE #64

Open dpc opened 11 months ago

dpc commented 11 months ago

In testing setups large write buffer sizes lead to large db files that potentially waste resources / interfere with CIs limits.

This change adds an ability to overwrite the default behavior.