Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/postgresql.rst @ 429:c95817c254fe
Orthanc 1.7.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 May 2020 15:13:03 +0200 |
parents | 0fb9369e893e |
children | 5d6d593bceb6 |
comparison
equal
deleted
inserted
replaced
428:943515b68158 | 429:c95817c254fe |
---|---|
246 Furthermore, the core of Orthanc does not currently support the replay | 246 Furthermore, the core of Orthanc does not currently support the replay |
247 of database transactions, which is necessary to deal with conflicts | 247 of database transactions, which is necessary to deal with conflicts |
248 between several instances of Orthanc that would simultaneously write | 248 between several instances of Orthanc that would simultaneously write |
249 to the database. | 249 to the database. |
250 | 250 |
251 As a consequence, as of Orthanc 1.6.1, when connecting multiple | 251 As a consequence, as of Orthanc 1.7.0, when connecting multiple |
252 Orthanc to a single database by setting ``Lock`` to ``false``, there | 252 Orthanc to a single database by setting ``Lock`` to ``false``, there |
253 should only be one instance of Orthanc acting as a writer and all the | 253 should only be one instance of Orthanc acting as a writer and all the |
254 other instances of Orthanc acting as readers only. Be careful to set | 254 other instances of Orthanc acting as readers only. Be careful to set |
255 the option ``SaveJobs`` to ``false`` in the configuration file of all | 255 the option ``SaveJobs`` to ``false`` in the configuration file of all |
256 the instances of Orthanc acting as readers. | 256 the instances of Orthanc acting as readers. |