* i2psnark: Don't prefer leeches during end game, to

prevent slowdowns or stalls
This commit is contained in:
zzz
2014-07-19 12:48:16 +00:00
parent df81006b42
commit 5d21738410
3 changed files with 13 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "";