i2psnark: Increase min and default bandwidth

Add creation date to created torrents
log tweaks
more test cases
This commit is contained in:
zzz
2015-03-08 20:19:12 +00:00
parent 55161dec17
commit f7337b4891
6 changed files with 19 additions and 9 deletions

View File

@@ -75,6 +75,8 @@ class PeerCheckerTask implements Runnable
List<Peer> removed = new ArrayList<Peer>();
int uploadLimit = coordinator.allowedUploaders();
boolean overBWLimit = coordinator.overUpBWLimit();
if (_log.shouldLog(Log.DEBUG))
_log.debug("peers: " + peerList.size() + " limit: " + uploadLimit + " overBW? " + overBWLimit);
DHT dht = _util.getDHT();
for (Peer peer : peerList) {