Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/features.rst @ 681:9c23356b9464
typo: replaced "CheckRevision" by "CheckRevisions"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 10 May 2021 12:30:57 +0200 |
parents | 8bda16db46cf |
children | bfc31c51809f |
comparison
equal
deleted
inserted
replaced
680:ca814560dcb8 | 681:9c23356b9464 |
---|---|
366 simultaneously. To avoid such problems, Orthanc implements a so-called | 366 simultaneously. To avoid such problems, Orthanc implements a so-called |
367 **revision mechanism** to protect from concurrent modifications. | 367 **revision mechanism** to protect from concurrent modifications. |
368 | 368 |
369 The revision mechanism is optional, was introduced in **Orthanc | 369 The revision mechanism is optional, was introduced in **Orthanc |
370 1.9.2** and must be enabled by setting :ref:`configuration option | 370 1.9.2** and must be enabled by setting :ref:`configuration option |
371 <configuration>` ``CheckRevision`` to ``true``. It is strongly | 371 <configuration>` ``CheckRevisions`` to ``true``. It is strongly |
372 inspired by the `CouchDB API | 372 inspired by the `CouchDB API |
373 <https://docs.couchdb.org/en/stable/api/document/common.html>`__. | 373 <https://docs.couchdb.org/en/stable/api/document/common.html>`__. |
374 | 374 |
375 When the revision mechanism is enabled, each metadata and attachment | 375 When the revision mechanism is enabled, each metadata and attachment |
376 is associated with a **revision number**. Whenever one sets a metadata | 376 is associated with a **revision number**. Whenever one sets a metadata |