keep detailed info for the sim

This commit is contained in:
jrandom
2004-06-23 19:55:52 +00:00
committed by zzz
parent 40b59d5a5a
commit 94feb762ca

View File

@ -128,7 +128,7 @@ public class MultiRouterBuilder {
buf.append("i2np.bandwidth.inboundBytesPerMinute=-60\n");
buf.append("i2np.bandwidth.outboundBytesPerMinute=-60\n");
buf.append("router.publishPeerRankings=true\n");
buf.append("router.keepHistory=false\n");
buf.append("router.keepHistory=true\n");
buf.append("router.submitHistory=false\n");
buf.append("router.maxJobRunners=1\n");
buf.append("router.jobLagWarning=10000\n");