25%-50% cpu savings in BOB. The remainder of the fix is in streaming lib,

which aparently keeps running and does not sleep according to profiling.
This commit is contained in:
sponge
2010-06-29 19:06:39 +00:00
parent 726079e0bb
commit 36a032d249
7 changed files with 14 additions and 21 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 = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "";