mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
apply feedback
This commit is contained in:
parent
9b070d4b53
commit
9b24d1441e
1 changed files with 0 additions and 7 deletions
|
|
@ -7,7 +7,6 @@ class S3Client {
|
|||
|
||||
constructor({
|
||||
requestAbortTimeout,
|
||||
...rest
|
||||
}: { requestAbortTimeout?: number | undefined }) {
|
||||
this.requestAbortTimeout = requestAbortTimeout
|
||||
}
|
||||
|
|
@ -113,12 +112,6 @@ class S3Client {
|
|||
onProgress(event.loaded, event.total)
|
||||
}
|
||||
},
|
||||
onTimeout: (timeout) => {
|
||||
// Log stall detection - upload will continue but may be slow
|
||||
console.warn(
|
||||
`[S3mini] Upload stalled - no progress for ${Math.ceil(timeout / 1000)}s`,
|
||||
)
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue