Skip to content

Commit 079eef8

Browse files
committed
Parse database.interval_depth.
1 parent 5c0bf33 commit 079eef8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/parser.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,11 @@ options_metadata parser::load_settings() THROWS
13331333
value<bool>(&configured.database.turbo),
13341334
"Allow indiviudal non-validation queries to use all CPUs, defaults to false."
13351335
)
1336+
(
1337+
"database.interval_depth",
1338+
value<uint8_t>(&configured.database.interval_depth),
1339+
"The interval depth for merkle proof optimization, defaults to '255' (disabled)."
1340+
)
13361341

13371342
/* header */
13381343
(

0 commit comments

Comments
 (0)