witten
/
luminotes
Archived
1
0
Fork 0

Increasing initial upload progress poll interval slightly.

This commit is contained in:
Dan Helfman 2009-03-20 01:30:42 -07:00
parent e326db5cc7
commit bd18f0600c
1 changed files with 1 additions and 1 deletions

View File

@ -3630,7 +3630,7 @@ function Upload_pulldown( wiki, notebook_id, invoker, editor, link, anchor, ephe
this.file_id = null;
this.uploading = false;
this.poller = null;
this.poll_interval = 100; // in milliseconds, expontentially backing off. see update_progress()
this.poll_interval = 250; // in milliseconds, expontentially backing off. see update_progress()
var self = this;