Procházet zdrojové kódy

bin/darkirc: set outbound_connections to non-zero in test script node1

Dastan-glitch před 3 roky
rodič
revize
16729b7221

+ 1 - 1
bin/darkirc/script/tmux_session/ircd_full_node1.toml

@@ -13,7 +13,7 @@ autojoin = ["#dev", "#test"]
 ## P2P net settings
 [net]
 ## Connection slots
-outbound_connections = 0
+outbound_connections = 3
 
 inbound = ["tcp://127.0.0.1:25552"]