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

Commits on Jan 21, 2019

  1. Check asyncUpload.maxPendingUploadMB only if enabled

    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`
    jcpetruzza committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0371df2 View commit details
    Browse the repository at this point in the history