svn path=/trunk/boinc/; revision=18604

This commit is contained in:
David Anderson 2009-07-16 19:11:26 +00:00
parent dfb1fdb034
commit efc86c6b3a
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,7 @@ bool PERS_FILE_XFER::poll() {
} }
FILE_XFER_BACKOFF& fxb = fip->project->file_xfer_backoff(is_upload); FILE_XFER_BACKOFF& fxb = fip->project->file_xfer_backoff(is_upload);
if (!fxb.ok_to_transfer()) { if (!fxb.ok_to_transfer()) {
#if 0
if (log_flags.file_xfer_debug) { if (log_flags.file_xfer_debug) {
msg_printf(fip->project, MSG_INFO, msg_printf(fip->project, MSG_INFO,
"[file_xfer_debug] delaying %s of %s: project-wide backoff %f sec", "[file_xfer_debug] delaying %s of %s: project-wide backoff %f sec",
@ -186,6 +187,7 @@ bool PERS_FILE_XFER::poll() {
fxb.next_xfer_time - gstate.now fxb.next_xfer_time - gstate.now
); );
} }
#endif
return false; return false;
} }
last_time = gstate.now; last_time = gstate.now;