Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk authored Dec 7, 2021
1 parent f051b04 commit 45ca1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ Status Server::ExecPropagatedCommand(const std::vector<std::string> &tokens) {
return Status::OK();
}

// AdjustOpenFilesLimit only try best to raise the max open files accordingly to
// AdjustOpenFilesLimit only try best to raise the max open files according to
// the max clients and rocksdb open file configuration. It also reserves a number
// of file descriptors(128) for extra operations of persistence, listening sockets,
// log files and so forth.
Expand Down

0 comments on commit 45ca1bf

Please sign in to comment.