- client: fix problems with queue shrinkage when projects

are running in EDF (from JM7)

svn path=/trunk/boinc/; revision=14969
This commit is contained in:
David Anderson 2008-03-27 20:45:01 +00:00
parent 2080d9dcc0
commit 8ed16b90b0
2 changed files with 8 additions and 1 deletions

View File

@ -2716,3 +2716,10 @@ David Mar 27 2008
sandbox.C
lib/
filesys.C,h
David Mar 27 2008
- client: fix problems with queue shrinkage when projects
are running in EDF (from JM7)
client/
work_fetch.C

View File

@ -483,7 +483,7 @@ bool CLIENT_STATE::compute_work_requests() {
continue;
}
if ((p->deadlines_missed >= ncpus)
&& overall_work_fetch_urgency != WORK_FETCH_NEED_IMMEDIATELY
&& overall_work_fetch_urgency < WORK_FETCH_NEED
) {
if (log_flags.work_fetch_debug) {
msg_printf(p, MSG_INFO,