Merge branch '21606-keep-web-output-buffer'
[arvados.git] / lib / config / config.default.yml
index a3ae4fd56bbc179f67fc1f21e6c9cdb2db5c43df..14e839a6cd3515a45e0943d13b06ebadc5022d36 100644 (file)
@@ -801,6 +801,14 @@ Clusters:
       # load on the API server and you don't need it.
       WebDAVLogEvents: true
 
+      # Per-connection output buffer for WebDAV downloads. May improve
+      # throughput for large files, particularly when storage volumes
+      # have high latency.
+      #
+      # Size be specified as a number of bytes ("0") or with units
+      # ("128KiB", "1 MB").
+      WebDAVOutputBuffer: 0
+
     Login:
       # One of the following mechanisms (Google, PAM, LDAP, or
       # LoginCluster) should be enabled; see