small update

This commit is contained in:
Green Sky 2023-06-16 02:05:27 +02:00
parent 261c487cf2
commit caa913fa51
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 304aae05c21bafac36ac2b16e6e33dd0c13488a9
Subproject commit 27aeb03a61d7fabb37b19272122fa38f7169fedf

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};