* NetDb: Lower min RouterInfo expiration to 2.5h (was 3h)

* i2psnark debug logging tweak
This commit is contained in:
zzz
2010-02-03 14:21:55 +00:00
parent 6801fc667a
commit 746c1bd628
5 changed files with 13 additions and 5 deletions

View File

@ -105,8 +105,8 @@ class PeerCheckerTask extends TimerTask
peer.resetCounters();
_util.debug(peer + ":", Snark.DEBUG);
_util.debug(" ul: " + upload/KILOPERSECOND
+ " dl: " + download/KILOPERSECOND
_util.debug(" ul: " + upload*1024/KILOPERSECOND
+ " dl: " + download*1024/KILOPERSECOND
+ " i: " + peer.isInterested()
+ " I: " + peer.isInteresting()
+ " c: " + peer.isChoking()