mirror of https://github.com/BOINC/boinc.git
Client: clear project RPC backoffs on startup
I think this policy makes more sense.
This commit is contained in:
parent
7b73ef6dbf
commit
7cd8e531fc
|
@ -209,7 +209,7 @@ int PROJECT::parse_state(XML_PARSER& xp) {
|
|||
}
|
||||
if (xp.parse_int("nrpc_failures", nrpc_failures)) continue;
|
||||
if (xp.parse_int("master_fetch_failures", master_fetch_failures)) continue;
|
||||
if (xp.parse_double("min_rpc_time", min_rpc_time)) continue;
|
||||
//if (xp.parse_double("min_rpc_time", min_rpc_time)) continue;
|
||||
if (xp.parse_bool("master_url_fetch_pending", master_url_fetch_pending)) continue;
|
||||
if (xp.parse_int("sched_rpc_pending", sched_rpc_pending)) continue;
|
||||
if (xp.parse_double("next_rpc_time", next_rpc_time)) continue;
|
||||
|
|
Loading…
Reference in New Issue