From 84c3e7fb53c23b5c7f70e33776c980ba5b6c10fb Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sun, 30 Mar 2008 08:09:29 +0000 Subject: [PATCH] Fixed the error message returned when the client exceed the max_wus_in_progress in the scheduler. svn path=/trunk/boinc/; revision=14985 --- checkin_notes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/checkin_notes b/checkin_notes index 2da91dfd81..195043d963 100644 --- a/checkin_notes +++ b/checkin_notes @@ -2817,3 +2817,12 @@ David Mar 29 2008 cpu_sched.C lib/ coproc.h + +Janus Mar 30 2008 + - Fixed the error message when the scheduler rejects further work + due to the client already having enough work per CPU as per the + max_wus_in_progress configuration variable. + + sched/ + sched_send.C +