10000 fix typo · arangodb/arangodb@b877321 · GitHub
[go: up one dir, main page]

Skip to content

Commit b877321

Browse files
committed
fix typo
1 parent 477186f commit b877321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/RocksDBEngine/RocksDBOptionFeature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ void RocksDBOptionFeature::collectOptions(std::shared_ptr<ProgramOptions> option
447447
options
448448
->addOption("--rocksdb.limit-open-files-at-startup",
449449
"limit the amount of .sst files RocksDB will inspect at "
450-
"startup, in order to startup reduce IO",
450+
"startup, in order to reduce startup IO",
451451
new BooleanParameter(&_limitOpenFilesAtStartup),
452452
arangodb::options::makeDefaultFlags(arangodb::options::Flags::Hidden))
453453
.setIntroducedIn(30405);

0 commit comments

Comments
 (0)
0