Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow throttling / delaying xhr progress updates #1378

Closed
kartik-v opened this issue Mar 22, 2019 · 1 comment
Closed

Allow throttling / delaying xhr progress updates #1378

kartik-v opened this issue Mar 22, 2019 · 1 comment

Comments

@kartik-v
Copy link
Owner

kartik-v commented Mar 22, 2019

  • New property uploadProgressDelay in microseconds - will default to 100 - this will control how frequent the xhr upload progress will be checked. If set to null or 0 - will do it every microsecond.
  • New property maxAjaxThreads (will default to 5) that will allow to spawn only this limit of ajax requests in parallel.
  • The above is complemented by resumableUploadOptions['maxThreads'] (defaults to 4) which is applicable for spawning number of ajax chunk requests for resumable uploads. The resumableUploadOptions['maxThreads'] property must be less than or equal to maxThreads - else it will be over-ridden by maxThreads global setting.
@kartik-v
Copy link
Owner Author

Resolved via this major upgrade to release v5.0.0 well ahead of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant