Author: toad
Date: 2007-08-11 19:32:54 +0000 (Sat, 11 Aug 2007)
New Revision: 14628

Modified:
   trunk/freenet/src/freenet/node/Version.java
Log:
1054:
Thread pool fixes. Main one is to only count threads which are actually doing 
useful work when enforcing the thread limit.

Modified: trunk/freenet/src/freenet/node/Version.java
===================================================================
--- trunk/freenet/src/freenet/node/Version.java 2007-08-11 19:31:37 UTC (rev 
14627)
+++ trunk/freenet/src/freenet/node/Version.java 2007-08-11 19:32:54 UTC (rev 
14628)
@@ -24,11 +24,11 @@
        public static final String protocolVersion = "1.0";

        /** The build number of the current revision */
-       private static final int buildNumber = 1053;
+       private static final int buildNumber = 1054;

        /** Oldest build of Fred we will talk to */
        private static final int oldLastGoodBuild = 1049;
-       private static final int newLastGoodBuild = 1053;
+       private static final int newLastGoodBuild = 1054;
        static final long transitionTime;

        static {


Reply via email to