We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa8050 commit d4a34d5Copy full SHA for d4a34d5
1 file changed
src/parser.cpp
@@ -94,6 +94,9 @@ parser::parser(system::chain::selection context,
94
95
// SCALE: LF2.2 @ 850K.
96
97
+ // Only used for electrum queries (255 is optimal otherwise).
98
+ configured.database.interval_depth = 11;
99
+
100
// database (archive)
101
102
configured.database.header_buckets = 386'364;
@@ -1391,7 +1394,7 @@ options_metadata parser::load_settings() THROWS
1391
1394
(
1392
1395
"database.interval_depth",
1393
1396
value<uint16_t>(&configured.database.interval_depth),
- "The interval depth for merkle proof optimization, defaults to '255' (disabled)."
1397
+ "The interval depth for merkle proof optimization, defaults to '11'."
1398
)
1399
1400
/* header */
0 commit comments