Streaming: Slow start fix from zlatinb

This commit is contained in:
zzz
2020-04-17 12:02:26 +00:00
parent da9bfd48c0
commit 35bb5896a1
4 changed files with 11 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 = 9;
public final static long BUILD = 10;
/** for example "-test" */
public final static String EXTRA = "";