We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0bf33 commit 079eef8Copy full SHA for 079eef8
1 file changed
src/parser.cpp
@@ -1333,6 +1333,11 @@ options_metadata parser::load_settings() THROWS
1333
value<bool>(&configured.database.turbo),
1334
"Allow indiviudal non-validation queries to use all CPUs, defaults to false."
1335
)
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
+ )
1341
1342
/* header */
1343
(
0 commit comments