Mercurial > hg > orthanc-book
changeset 693:650100457193
SynchronousZipStream
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 03 Jun 2021 21:26:40 +0200 |
parents | 549824ebdf5a |
children | bcd1a6a89280 |
files | Sphinx/source/users/advanced-rest.rst |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst Thu Jun 03 21:22:20 2021 +0200 +++ b/Sphinx/source/users/advanced-rest.rst Thu Jun 03 21:26:40 2021 +0200 @@ -77,9 +77,11 @@ Despite being more complex to handle, the asynchronous mode is highly recommended for jobs whose execution time can last over a dozen of -seconds (typically, the creation of an archive or a network transfer). -Indeed, synchronous calls can be affected by timeouts in the HTTP -protocol if they last too long. +seconds (typically, the creation of an archive if +``SynchronousZipStream`` :ref:`configuration option <configuration>` +is set to ``false``, or a network transfer). Indeed, synchronous +calls can be affected by timeouts in the HTTP protocol if they last +too long. .. _jobs-monitoring: