witten
/
luminotes
Archived
1
0
Fork 0

Upping client timeout threshold for uploads.

This commit is contained in:
Dan Helfman 2009-03-20 15:39:40 -07:00
parent a15d8221ca
commit 588e0906b9
1 changed files with 1 additions and 1 deletions

View File

@ -3756,7 +3756,7 @@ Upload_pulldown.prototype.update_progress = function () {
self.starting_count = 0;
// if ten consecutive "starting" states in a row, bail
if ( self.starting_count >= 10 ) {
if ( self.starting_count >= 15 ) {
self.cancel_due_to_error( "A timeout error occurred when uploading the file." );
return
}