From f4c8853f0b93be260b65596c5c3f3c3498152c88 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Thu, 17 Feb 2005 22:01:28 +0000 Subject: [PATCH] Forgot to document new interpretation for daily result bound (that it's now PER CPU) svn path=/trunk/boinc/; revision=5467 --- checkin_notes | 2 ++ doc/configuration.php | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 8f2afb4b59..3b67e22048 100755 --- a/checkin_notes +++ b/checkin_notes @@ -24978,4 +24978,6 @@ Bruce 17 Feb 2005 sched/ sched_send.C + doc/ + configuration.php diff --git a/doc/configuration.php b/doc/configuration.php index b2ad5469c4..354e909dea 100644 --- a/doc/configuration.php +++ b/doc/configuration.php @@ -166,11 +166,12 @@ list_item("min_sendwork_interval", new work." ); list_item("daily_result_quota", - "Maximum number of results sent to a given host in a 24-hour + "Maximum number of results (per CPU) sent to a given host in a 24-hour period. Helps prevent hosts with download or application problems from returning lots of error results. Be sure to set it large enough that a host does not go idle in a 24-hour period, and can download enough - work to keep it busy if disconnected from the net for a few days." + work to keep it busy if disconnected from the net for a few days. The + maximum number of CPUS is bounded at four." ); list_item("ignore_delay_bound", "By default, results are not sent to hosts too slow to complete them within delay bound.