Author: toad
Date: 2008-07-01 17:31:43 +0000 (Tue, 01 Jul 2008)
New Revision: 20920

Modified:
   branches/db4o/freenet/src/freenet/node/fcp/RemovePersistentRequest.java
Log:
Boost priority of RemovePersistentRequest. It is interactive.

Modified: 
branches/db4o/freenet/src/freenet/node/fcp/RemovePersistentRequest.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/RemovePersistentRequest.java     
2008-07-01 17:14:58 UTC (rev 20919)
+++ branches/db4o/freenet/src/freenet/node/fcp/RemovePersistentRequest.java     
2008-07-01 17:31:43 UTC (rev 20920)
@@ -60,7 +60,7 @@
                                        }
                                }

-                       }, NativeThread.NORM_PRIORITY, false);
+                       }, NativeThread.HIGH_PRIORITY, false);
                }
        }



Reply via email to