P2p: reduce the default value of "expected connections".
This commit is contained in:
parent
6f5c51f050
commit
c9fe53eb10
@ -55,9 +55,9 @@ and log = {
|
||||
|
||||
let default_net_limits : P2p.limits = {
|
||||
authentification_timeout = 5. ;
|
||||
min_connections = 50 ;
|
||||
expected_connections = 100 ;
|
||||
max_connections = 200 ;
|
||||
min_connections = 10 ;
|
||||
expected_connections = 50 ;
|
||||
max_connections = 100 ;
|
||||
backlog = 20 ;
|
||||
max_incoming_connections = 20 ;
|
||||
max_download_speed = None ;
|
||||
|
Loading…
Reference in New Issue
Block a user