The error message says "--journalCommitInterval out of allowed range (0-300ms)", but the if-statement checks for (2-300).
https://github.com/mongodb/mongo/blob/master/src/mongo/db/mongod_options.cpp#L982
- duplicates
-
SERVER-3644 cmdLine.journalCommitInterval checks are inconsistent
- Closed