Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Check asyncUpload.maxPendingUploadMB only if enabled#20

Open
jcpetruzza wants to merge 1 commit into
AsanaArchive:masterfrom
jcpetruzza:async-max-pending-when-enabled
Open

Check asyncUpload.maxPendingUploadMB only if enabled#20
jcpetruzza wants to merge 1 commit into
AsanaArchive:masterfrom
jcpetruzza:async-max-pending-when-enabled

Conversation

@jcpetruzza

@jcpetruzza jcpetruzza commented Jan 21, 2019

Copy link
Copy Markdown

At the moment, if you run the server with asyncUpload.enabled=false, you can still get a transfer interrupted due to "too many pending uploads".

This can happen, if the size of the file to upload happens to be larger than the value of asyncUpload.maxPendingUploadMB

At the moment, if you run the server with `asyncUpload.enabled=false`,
you can still get a transfer interrupted due to "too many pending uploads".

This can happen, if the size of the file to upload happens to be larger
than the value of `asyncUpload.maxPendingUploadMB`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants