comparison Sphinx/source/faq/scalability.rst @ 745:1c125224a9e9

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Aug 2021 09:42:03 +0200
parents 32be8356e55a
children b2b1ba11faaa
comparison
equal deleted inserted replaced
744:32be8356e55a 745:1c125224a9e9
298 attachments** in the presence of multiple writers, Orthanc provides 298 attachments** in the presence of multiple writers, Orthanc provides
299 a :ref:`revision mechanism <revisions>` to prevent concurrent 299 a :ref:`revision mechanism <revisions>` to prevent concurrent
300 updates. 300 updates.
301 301
302 * Each Orthanc instance maintains its own list of jobs; therefore, the 302 * Each Orthanc instance maintains its own list of jobs; therefore, the
303 `/jobs` route will return only the jobs of the responding Orthanc. 303 ``/jobs`` route will return only the jobs of the responding Orthanc.
304 304
305 305
306 Latency 306 Latency
307 ^^^^^^^ 307 ^^^^^^^
308 308