kukhariev / ngx-uploadx

Angular Resumable Upload Module
https://github.com/kukhariev/ngx-uploadx
MIT License
43 stars 23 forks source link

fix: add timeout option #311

Closed kukhariev closed 3 years ago

kukhariev commented 3 years ago

Allow set interval after which unfinished requests must be retried

  options: UploadxOptions = {
    endpoint: `${environment.api}/files?uploadType=tus`,
    retryConfig: { timeout: 10_000 }

will probably closes #310 by @siovene