Forgot to document new interpretation for daily result bound (that it's now

PER CPU)

svn path=/trunk/boinc/; revision=5467
This commit is contained in:
Bruce Allen 2005-02-17 22:01:28 +00:00
parent e5cc67c06d
commit f4c8853f0b
2 changed files with 5 additions and 2 deletions

View File

@ -24978,4 +24978,6 @@ Bruce 17 Feb 2005
sched/ sched/
sched_send.C sched_send.C
doc/
configuration.php

View File

@ -166,11 +166,12 @@ list_item("min_sendwork_interval",
new work." new work."
); );
list_item("daily_result_quota", 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 period. Helps prevent hosts with download or application problems from
returning lots of error results. Be sure to set it large enough that 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 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", list_item("ignore_delay_bound",
"By default, results are not sent to hosts too slow to complete them within delay bound. "By default, results are not sent to hosts too slow to complete them within delay bound.