Skip to content

Commit

Permalink
update DEFAULT_MAX_FD
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Nov 5, 2023
1 parent 55457cb commit c90a70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/handler/handler_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ using boost_shm_string =
boost::interprocess::basic_string<char, std::char_traits<char>,
char_allocator>;

const size_t DEFAULT_MAX_FD = 1024 * 8;
const size_t DEFAULT_MAX_FD = 1024 * 6;

struct unused_handler {};

Expand Down

0 comments on commit c90a70f

Please sign in to comment.