forked from I2P_Developers/i2p.i2p
i2psnark: Increase min and default bandwidth
Add creation date to created torrents log tweaks more test cases
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user