2007-12-29 zzz

* Change jetty timeout from 30 to 60 sec (thanks sponge!)
This commit is contained in:
zzz
2007-12-29 21:08:29 +00:00
committed by zzz
parent 7fe9d590f5
commit f568d21969
3 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,7 @@
$Id: history.txt,v 1.604 2007-12-26 15:55:07 complication Exp $ $Id: history.txt,v 1.605 2007-12-28 15:27:20 zzz Exp $
2007-12-29 zzz
* Change jetty timeout from 30 to 60 sec (thanks sponge!)
2007-12-28 zzz 2007-12-28 zzz
* Add zzz's update signing key * Add zzz's update signing key

View File

@ -25,7 +25,7 @@
</Arg> </Arg>
<Set name="MinThreads">3</Set> <Set name="MinThreads">3</Set>
<Set name="MaxThreads">10</Set> <Set name="MaxThreads">10</Set>
<Set name="MaxIdleTimeMs">30000</Set> <Set name="MaxIdleTimeMs">60000</Set>
<Set name="LowResourcePersistTimeMs">1000</Set> <Set name="LowResourcePersistTimeMs">1000</Set>
<Set name="ConfidentialPort">8443</Set> <Set name="ConfidentialPort">8443</Set>
<Set name="IntegralPort">8443</Set> <Set name="IntegralPort">8443</Set>

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { public class RouterVersion {
public final static String ID = "$Revision: 1.539 $ $Date: 2007-12-26 15:55:08 $"; public final static String ID = "$Revision: 1.540 $ $Date: 2007-12-28 15:27:16 $";
public final static String VERSION = "0.6.1.30"; public final static String VERSION = "0.6.1.30";
public final static long BUILD = 11; public final static long BUILD = 12;
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID); System.out.println("Router ID: " + RouterVersion.ID);