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

Check asyncUpload.maxPendingUploadMB only if enabled #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jcpetruzza
Copy link

@jcpetruzza jcpetruzza commented Jan 21, 2019

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
Development

Successfully merging this pull request may close these issues.

2 participants