Просмотр исходного кода

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

Dastan-glitch 2 лет назад
Родитель
Сommit
16729b7221
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/darkirc/script/tmux_session/ircd_full_node1.toml

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

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