On Thursday 14 August 2008 14:33, [EMAIL PROTECTED] wrote: > Author: nextgens > Date: 2008-08-14 13:33:41 +0000 (Thu, 14 Aug 2008) > New Revision: 21838 > > Modified: > branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerCore.java > Log: > _______________________________________________ > cvs mailing list > [EMAIL PROTECTED] > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs >
Automatic posting of SVN diffs to the cvs list is broken. SVN shows a diff for this commit, which isn't included above: (PS I'm not sure what the point of this commit is!) $ svn diff https://emu.freenetproject.org/svn/branches/db4o/freenet/src/freenet/client/async/[EMAIL PROTECTED] https://emu.freenetproject.org/svn/branches/db4o/freenet/src/freenet/client/async/[EMAIL PROTECTED] Index: ClientRequestSchedulerCore.java =================================================================== --- ClientRequestSchedulerCore.java (revision 21837) +++ ClientRequestSchedulerCore.java (revision 21838) @@ -551,6 +551,11 @@ class RegisterMeRunner implements DBJob { + @Override + public String toString() { + return "DBJob"; + } + public void run(ObjectContainer container, ClientContext context) { if(sched.databaseExecutor.getQueueSize(NativeThread.NORM_PRIORITY) > 100) { // If the queue isn't empty, reschedule at NORM-1
pgpr4CtAn6Pa8.pgp
Description: PGP signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
