10000
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.
1 parent 477186f commit b877321Copy full SHA for b877321
arangod/RocksDBEngine/RocksDBOptionFeature.cpp
@@ -447,7 +447,7 @@ void RocksDBOptionFeature::collectOptions(std::shared_ptr<ProgramOptions> option
447
options
448
->addOption("--rocksdb.limit-open-files-at-startup",
449
"limit the amount of .sst files RocksDB will inspect at "
450
- "startup, in order to startup reduce IO",
+ "startup, in order to reduce startup IO",
451
new BooleanParameter(&_limitOpenFilesAtStartup),
452
arangodb::options::makeDefaultFlags(arangodb::options::Flags::Hidden))
453
.setIntroducedIn(30405);
0 commit comments