From 648701afdd4b6009ef097bdef3bafc1ce3695f12 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 17 Apr 2013 21:06:52 +0000 Subject: [PATCH] * Eepsite: Fix jetty.xml configuration of ThreadPool --- history.txt | 1 + installer/resources/eepsite/jetty.xml | 17 ++++++++++------- .../java/src/net/i2p/router/RouterVersion.java | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/history.txt b/history.txt index 1637bdb3c2..ce50d19d6c 100644 --- a/history.txt +++ b/history.txt @@ -1,5 +1,6 @@ 2013-04-17 zzz * Console: Better handling of missing font for graphing (ticket #915) + * Eepsite: Fix jetty.xml configuration of ThreadPool * i2ptunnel: Fix default form action (ticket #882) * SusiDNS: Set target=_top in all external links to break out of console iframe * Systray: Better detection of 64-bit Windows (tickets #756, #912) diff --git a/installer/resources/eepsite/jetty.xml b/installer/resources/eepsite/jetty.xml index ae8f3a947c..e55c58419a 100644 --- a/installer/resources/eepsite/jetty.xml +++ b/installer/resources/eepsite/jetty.xml @@ -67,19 +67,22 @@ - - 4 + + 3 20 60000 + + + MILLISECONDS + + + + + diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a6204817e3..f2522cd4ed 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -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 = 8; + public final static long BUILD = 9; /** for example "-test" */ public final static String EXTRA = "";