I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cdccb514 authored by zzz's avatar zzz
Browse files

* Start of 0.9.7.1 branch

* i2psnark: Increase update-via-torrent to 30%
parent 20e152e7
No related branches found
No related tags found
No related merge requests found
......@@ -567,8 +567,9 @@ public class ConsoleUpdateManager implements UpdateManager {
// For 0.9.4 update, only for dev builds
// For 0.9.5 update, only for dev builds and 1% more
// For 0.9.6 update, only for dev builds and 3% more
// Remove this in 0.9.6 or 0.9.7
if (method == TORRENT && RouterVersion.BUILD == 0 && _context.random().nextInt(100) > 2) {
// For 0.9.8 update, only for dev builds and 30% more
// Remove this for 100%
if (method == TORRENT && RouterVersion.BUILD == 0 && _context.random().nextInt(100) > 29) {
if (_log.shouldLog(Log.WARN))
_log.warn("Ignoring torrent registration");
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment