Such as --db-dir etc.
It is defined at: https://github.com/romanz/electrs/blob/fce7bd15b0d6203c96f6da28b165b52b15b568af/src/config.rs#L32-L104
It can be also generated by running electrs --help.
Coolio.
Is there a way we can go about documenting optimal configurations depending on the system it is being run on? And perhaps even move towards an auto-optimal-choosing values depending on specs of system?
documenting optimal configurations depending on the system it is being run on?
Sounds good, it would be nice to have a small "tuning" guide added to https://github.com/romanz/electrs/tree/master/doc. What do you think?
We can later add a small tool for recommending command-line flags for running on a specific system :)
Most helpful comment
It is defined at: https://github.com/romanz/electrs/blob/fce7bd15b0d6203c96f6da28b165b52b15b568af/src/config.rs#L32-L104
It can be also generated by running
electrs --help.