Streaming: Don't change buffer size when max message size is adjusted

Only change max message size when buffer is empty
This commit is contained in:
zzz
2017-03-09 19:40:17 +00:00
parent 9146f3c7e1
commit 48a055d462
3 changed files with 38 additions and 19 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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";