Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv13618/src/freenet

Modified Files:
        Version.java 
Log Message:
6207:OK, so I was a bit hasty with my last Thread creation thread fix.  This one makes 
much better use of the pools of available threads and once again allows it to awakened 
before it's 1 second runtime if needed.

Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -r1.399 -r1.400
--- Version.java        24 Sep 2003 20:02:10 -0000      1.399
+++ Version.java        24 Sep 2003 22:32:36 -0000      1.400
@@ -18,7 +18,7 @@
     public static String protocolVersion = "1.46";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 6206;
+    public static final int buildNumber = 6207;
     // 6028: may 3; ARK retrieval fix
 
     public static final int ignoreBuildsAfter = 6500;

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to