do not change props expected to come from launcher(s)

reproducible
Zlatin Balevsky 2021-04-07 21:30:35 +01:00
parent 50fc05ad08
commit ce6a6ddc89
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 0 additions and 2 deletions

View File

@ -216,9 +216,7 @@ public class Core {
} else {
log.info("launching embedded router")
Properties routerProps = new Properties()
routerProps.setProperty("i2p.dir.base", home.getAbsolutePath())
routerProps.setProperty("i2p.dir.config", home.getAbsolutePath())
routerProps.setProperty("geoip.dir", home.getAbsolutePath() + File.separator + "geoip")
routerProps.setProperty("router.excludePeerCaps", i2pOptions["router.excludePeerCaps"])
routerProps.setProperty("i2np.inboundKBytesPerSecond", String.valueOf(props.inBw))
routerProps.setProperty("i2np.outboundKBytesPerSecond", String.valueOf(props.outBw))