Changeset 4320

Show
Ignore:
Timestamp:
06/11/06 15:36:27 (3 years ago)
Author:
morris
Message:

Temporarily increase time of waiting when a client hits the exact queue limit and likely has another transfer that's closing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/wired/commands.c

    r3938 r4320  
    904904                        return; 
    905905                } else { 
    906                         wi_thread_sleep(0.5); 
     906                        wi_thread_sleep(5.0); 
    907907                         
    908908                        if(wd_transfers_count_of_client(client, WD_TRANSFER_DOWNLOAD) >= wd_settings.clientdownloads) {