small update

This commit is contained in:
2023-06-16 02:05:27 +02:00
parent 261c487cf2
commit caa913fa51
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ struct CommandLine {
// -I max_incoming_transfers
size_t max_incoming_transfers {32};
// -O max_outgoing_transfers
size_t max_outgoing_transfers {16};
size_t max_outgoing_transfers {8};
// -u request chunks only from UDP-direct peers
bool request_only_from_udp_peer {false};