increase default tunnel count

pull/5/head
Zlatin Balevsky 2019-06-19 22:24:04 +01:00
parent 2825a8d9a4
commit 3d91c0f4c7
1 changed files with 2 additions and 2 deletions

View File

@ -104,9 +104,9 @@ public class Core {
i2pOptions["inbound.nickname"] = "MuWire"
i2pOptions["outbound.nickname"] = "MuWire"
i2pOptions["inbound.length"] = "3"
i2pOptions["inbound.quantity"] = "2"
i2pOptions["inbound.quantity"] = "4"
i2pOptions["outbound.length"] = "3"
i2pOptions["outbound.quantity"] = "2"
i2pOptions["outbound.quantity"] = "4"
i2pOptions["i2cp.tcp.host"] = "127.0.0.1"
i2pOptions["i2cp.tcp.port"] = "7654"
}