We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d928be1 + 1b681b7 commit 5372396Copy full SHA for 5372396
1 file changed
src/parser.cpp
@@ -1250,6 +1250,11 @@ options_metadata parser::load_settings() THROWS
1250
value<bool>(&configured.node.memory_priority),
1251
"Set the process to high memory priority, defaults to 'true'."
1252
)
1253
+ (
1254
+ "node.allow_overlapped",
1255
+ value<bool>(&configured.node.allow_overlapped),
1256
+ "Allow overlapped block requests, defaults to 'true'."
1257
+ )
1258
(
1259
"node.delay_inbound",
1260
value<bool>(&configured.node.delay_inbound),
0 commit comments