Author: toad
Date: 2009-03-13 20:55:00 +0000 (Fri, 13 Mar 2009)
New Revision: 26021
Modified:
branches/db4o/freenet/src/freenet/node/fcp/WatchGlobal.java
Log:
WatchGlobal should be executed at HIGH_PRIORITY like other FCP UI stuff
Modified: branches/db4o/freenet/src/freenet/node/fcp/WatchGlobal.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/fcp/WatchGlobal.java 2009-03-13
20:54:18 UTC (rev 26020)
+++ branches/db4o/freenet/src/freenet/node/fcp/WatchGlobal.java 2009-03-13
20:55:00 UTC (rev 26021)
@@ -57,7 +57,7 @@
container.deactivate(client, 1);
}
- }, NativeThread.NORM_PRIORITY, false);
+ }, NativeThread.HIGH_PRIORITY, false);
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs