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

Modified Files:
        Version.java 
Log Message:
6212:
Niklas: better catching for bad DSASignatures
      - Backout unneeded logging change from 6211
Brandon: 2 more QThreadFactory changes
       - Don't have every idle thread loop around itself every 200 ms, it isn't needed
       - Don't delete threads all the way down to IDEAL_AVAILABLE_RATIO only delete to 
MAXIMUM_AVAILABLE_RATIO reduces thread flux from > 5000/hr to < 1000/hr
Edward: Just a whitespace change


Index: Version.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Version.java,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -r1.404 -r1.405
--- Version.java        28 Sep 2003 15:02:50 -0000      1.404
+++ Version.java        29 Sep 2003 06:56:34 -0000      1.405
@@ -18,7 +18,7 @@
     public static String protocolVersion = "1.46";
     
     /** The build number of the current revision */
-    public static final int buildNumber = 6211;
+    public static final int buildNumber = 6212;
     // 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