mirror of https://github.com/BOINC/boinc.git
MGR: If get_results RPC takes x seconds, do it no more often than once every (x*10) seconds
svn path=/trunk/boinc/; revision=21607
This commit is contained in:
parent
fa1cf386b4
commit
7808990b81
|
@ -320,7 +320,7 @@ int AsyncRPC::RPC_Wait(RPC_SELECTOR which_rpc, void *arg1, void *arg2,
|
|||
} else {
|
||||
request.rpcType = RPC_TYPE_WAIT_FOR_COMPLETION;
|
||||
}
|
||||
request.RPCExecutionTime = 0;
|
||||
request.RPCExecutionTime = NULL;
|
||||
retval = m_pDoc->RequestRPC(request, hasPriority);
|
||||
return retval;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue