mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1606
This commit is contained in:
parent
83680e306e
commit
68c0a34fe9
|
@ -263,7 +263,7 @@ void PERS_FILE_XFER::retry_or_backoff() {
|
|||
// keeping within the bounds of pers_retry_delay_min and
|
||||
// pers_retry_delay_max
|
||||
//
|
||||
backoff = (int)calculate_exponential_backoff(
|
||||
backoff = calculate_exponential_backoff(
|
||||
nretry, gstate.pers_retry_delay_min, gstate.pers_retry_delay_max);
|
||||
next_request_time = now + backoff;
|
||||
// fprintf(stderr, "### PERS_FILE_XFER '%s'#%x::retry_or_backoff(): nretry=%d, backoff=%d, now=%d, next_request_time=%d\n",
|
||||
|
|
Loading…
Reference in New Issue