Tunable options for the on-disk coins (UTXO) view database.
Declared in <txdb.h>
struct CoinsViewOptions;
| Name | Description |
|---|---|
batch_write_bytes | Maximum database write batch size in bytes. |
simulate_crash_ratio | If non-zero, randomly exit when the database is flushed with (1/ratio) probability. |