svn path=/trunk/boinc/; revision=1604
This commit is contained in:
Karl Chen 2003-06-27 00:29:16 +00:00
parent da59e32f4d
commit aef7f90b6e
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ int SCHEDULER_OP::set_min_rpc_time(PROJECT* p) {
// we've hit the limit on master_url fetches
//
// TODO: after 2 failures of master_url fetch, the next wait is 2 weeks!
if (p->master_fetch_failures >= gstate.master_fetch_retry_cap) {
if (log_flags.sched_op_debug) {
printf("we've hit the limit on master_url fetches\n");