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

@ -1288,7 +1288,8 @@ public class Snark
totalUploaders += c.uploaders;
}
int limit = _util.getMaxUploaders();
// debug("Total uploaders: " + totalUploaders + " Limit: " + limit, Snark.DEBUG);
if (_log.shouldLog(Log.DEBUG))
_log.debug("Total uploaders: " + totalUploaders + " Limit: " + limit);
return totalUploaders > limit;
}