File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ namespace nodetool
5555
5656 const command_line::arg_descriptor<bool > arg_no_igd = {" no-igd" , " Disable UPnP port mapping" };
5757 const command_line::arg_descriptor<bool > arg_offline = {" offline" , " Do not listen for peers, nor connect to any" };
58- const command_line::arg_descriptor<int64_t > arg_out_peers = {" out-peers" , " set max number of out peers" , - 1 };
59- const command_line::arg_descriptor<int64_t > arg_in_peers = {" in-peers" , " set max number of in peers" , - 1 };
58+ const command_line::arg_descriptor<int64_t > arg_out_peers = {" out-peers" , " set max number of out peers" , 200 };
59+ const command_line::arg_descriptor<int64_t > arg_in_peers = {" in-peers" , " set max number of in peers" , 100 };
6060 const command_line::arg_descriptor<int > arg_tos_flag = {" tos-flag" , " set TOS flag" , -1 };
6161
6262 const command_line::arg_descriptor<int64_t > arg_limit_rate_up = {" limit-rate-up" , " set limit-rate-up [kB/s]" , -1 };
You can’t perform that action at this time.
0 commit comments