* i2ptunnel: Reduce buffer size and use cache in HTTPServer

* Jetty: Increase maxIdleTime
This commit is contained in:
zzz
2013-09-04 00:46:43 +00:00
parent 42bc4bb1f4
commit 0859dbe57f
5 changed files with 26 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 = 22;
public final static long BUILD = 23;
/** for example "-test" */
public final static String EXTRA = "";