Update of /cvsroot/freenet/freenet/src/freenet/crypt
In directory sc8-pr-cvs1:/tmp/cvs-serv28639/src/freenet/crypt
Modified Files:
ThrottledAsyncEntropyYarrow.java
Log Message:
Make entropy processing thread process with lower prio
Index: ThrottledAsyncEntropyYarrow.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/crypt/ThrottledAsyncEntropyYarrow.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -r1.2 -r1.3
--- ThrottledAsyncEntropyYarrow.java 27 Oct 2003 14:45:16 -0000 1.2
+++ ThrottledAsyncEntropyYarrow.java 30 Oct 2003 03:20:25 -0000 1.3
@@ -55,6 +55,7 @@
}
});
entropyProcessor.setDaemon(true);
+ entropyProcessor.setPriority(Thread.MIN_PRIORITY);
entropyProcessor.setName("PRNG/Yarrow entropy processing thread");
entropyProcessor.start();
}
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs