Author: toad
Date: 2008-05-28 22:28:56 +0000 (Wed, 28 May 2008)
New Revision: 20120

Modified:
   branches/db4o/freenet/src/freenet/node/NodeClientCore.java
Log:
Doh

Modified: branches/db4o/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/NodeClientCore.java  2008-05-28 
22:28:05 UTC (rev 20119)
+++ branches/db4o/freenet/src/freenet/node/NodeClientCore.java  2008-05-28 
22:28:56 UTC (rev 20120)
@@ -140,7 +140,7 @@
                        else prio = NativeThread.MIN_PRIORITY;
                        clientSlowSerialExecutor[i] = new SerialExecutor(prio);
                }
-               clientDatabaseExecutor = new 
PrioritizedSerialExecutor(NativeThread.NORM_PRIORITY, 
NativeThread.MAX_PRIORITY, NativeThread.NORM_PRIORITY);
+               clientDatabaseExecutor = new 
PrioritizedSerialExecutor(NativeThread.NORM_PRIORITY, 
NativeThread.MAX_PRIORITY+1, NativeThread.NORM_PRIORITY);
                byte[] pwdBuf = new byte[16];
                random.nextBytes(pwdBuf);
                this.formPassword = Base64.encode(pwdBuf);


Reply via email to