Skip to content

Commit af7b554

Browse files
authored
Merge pull request #1866 from sonofmom/update/double_fd
Double FD limit
1 parent 6f6db6f commit af7b554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator-engine/validator-engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5228,7 +5228,7 @@ int main(int argc, char *argv[]) {
52285228
td::log_interface = td::default_log_interface;
52295229
};
52305230

5231-
LOG_STATUS(td::change_maximize_rlimit(td::RlimitType::nofile, 786432));
5231+
LOG_STATUS(td::change_maximize_rlimit(td::RlimitType::nofile, 1572864));
52325232

52335233
std::vector<std::function<void()>> acts;
52345234

0 commit comments

Comments
 (0)