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

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

Update: Increase torrent from 30% to 60%

parent 60aa8c57
No related branches found
No related tags found
No related merge requests found
...@@ -93,8 +93,9 @@ public class ConsoleUpdateManager implements UpdateManager { ...@@ -93,8 +93,9 @@ public class ConsoleUpdateManager implements UpdateManager {
// For 0.9.5 update, only for dev builds and 1% more // For 0.9.5 update, only for dev builds and 1% more
// For 0.9.6 update, only for dev builds and 3% more // For 0.9.6 update, only for dev builds and 3% more
// For 0.9.8 update, only for dev builds and 30% more // For 0.9.8 update, only for dev builds and 30% more
// For 0.9.10 update, only for dev builds and 60% more
// Remove this for 100% // Remove this for 100%
_allowTorrent = RouterVersion.BUILD != 0 || _context.random().nextInt(100) < 30; _allowTorrent = RouterVersion.BUILD != 0 || _context.random().nextInt(100) < 60;
} }
public static ConsoleUpdateManager getInstance() { public static ConsoleUpdateManager getInstance() {
......
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