Client: clear project RPC backoffs on startup

I think this policy makes more sense.
This commit is contained in:
David Anderson 2013-10-17 22:24:48 -07:00
parent 7b73ef6dbf
commit 7cd8e531fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;