# HG changeset patch # User Sebastien Jodogne # Date 1622748400 -7200 # Node ID 6501004571937fefe968bfb524feb8dec1ebf4e1 # Parent 549824ebdf5a9bf0c69b5205515beb944867061a SynchronousZipStream diff -r 549824ebdf5a -r 650100457193 Sphinx/source/users/advanced-rest.rst --- 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 ` +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: