P2p: reduce the default value of "expected connections".

This commit is contained in:
Grégoire Henry 2017-11-08 15:48:49 +01:00 committed by Benjamin Canou
parent 6f5c51f050
commit c9fe53eb10

View File

@ -55,9 +55,9 @@ and log = {
let default_net_limits : P2p.limits = { let default_net_limits : P2p.limits = {
authentification_timeout = 5. ; authentification_timeout = 5. ;
min_connections = 50 ; min_connections = 10 ;
expected_connections = 100 ; expected_connections = 50 ;
max_connections = 200 ; max_connections = 100 ;
backlog = 20 ; backlog = 20 ;
max_incoming_connections = 20 ; max_incoming_connections = 20 ;
max_download_speed = None ; max_download_speed = None ;