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 = {
|
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 ;
|
||||||
|
Loading…
Reference in New Issue
Block a user