Fix too short of delay for http. It is up to the browser to time out , not the proxy.

This commit is contained in:
sponge
2012-01-20 02:43:38 +00:00
parent 0e5fc8eb11
commit b234ce3f51
3 changed files with 8 additions and 2 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 = 5;
public final static long BUILD = 6;
/** for example "-test" */
public final static String EXTRA = "";