We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4084eb3 + 8bb8fca commit 27d525bCopy full SHA for 27d525b
src/command-line-parser.cpp
@@ -486,7 +486,7 @@ static void check_options(options_t *options)
486
throw std::runtime_error{
487
"RAM node cache can only be disabled in slim mode."};
488
}
489
- if (options->flat_node_file.empty()) {
+ if (options->flat_node_file.empty() && !options->append) {
490
log_warn("RAM cache is disabled. This will likely slow down "
491
"processing a lot.");
492
0 commit comments