Author: toad
Date: 2008-06-21 17:08:26 +0000 (Sat, 21 Jun 2008)
New Revision: 20593

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/ListPersistentRequestsMessage.java
Log:
Boost priority of ListPersistentRequests

Modified: 
branches/db4o/freenet/src/freenet/node/fcp/ListPersistentRequestsMessage.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/node/fcp/ListPersistentRequestsMessage.java   
    2008-06-21 16:59:03 UTC (rev 20592)
+++ 
branches/db4o/freenet/src/freenet/node/fcp/ListPersistentRequestsMessage.java   
    2008-06-21 17:08:26 UTC (rev 20593)
@@ -54,7 +54,7 @@
                                handler.outputHandler.queue(new 
EndListPersistentRequestsMessage());
                        }
                        
-               }, NativeThread.NORM_PRIORITY, false);
+               }, NativeThread.HIGH_PRIORITY-1, false);
        }
 
        public void removeFrom(ObjectContainer container) {

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to