On Thursday 14 August 2008 14:33, nextgens at freenetproject.org 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 > cvs at freenetproject.org > 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/ClientRequestSchedulerCore.java at 21837 https://emu.freenetproject.org/svn/branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerCore.java at 21838 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20080815/0af15b3b/attachment.pgp>
