# HG changeset patch # User Alain Mazy # Date 1705679833 -3600 # Node ID 3f3a1b54a839ce373025e82f5eaae86c9f0517ab # Parent 02e04288bbebd06ae1eed73830a9ac600095f522 typo diff -r 02e04288bbeb -r 3f3a1b54a839 Sphinx/source/plugins/postgresql.rst --- a/Sphinx/source/plugins/postgresql.rst Fri Jan 19 15:53:17 2024 +0100 +++ b/Sphinx/source/plugins/postgresql.rst Fri Jan 19 16:57:13 2024 +0100 @@ -327,7 +327,7 @@ - ``SERIALIZABLE`` in which all write transactions are serialized which might lead to performance bottlenecks when lots of threads or Orthanc instances are trying to write to the same Database. -- ``READ COMIITED`` that allows multiple threads or Orthanc instances to write at the +- ``READ COMMITTED`` that allows multiple threads or Orthanc instances to write at the same time to the same Database. *Remark:* This feature is only available in a beta version of both Orthanc and the