Mercurial > hg > orthanc-postgresql
changeset 164:f0ca1c5facf6 readonly-mode
updated NEWS
author | amazy |
---|---|
date | Tue, 13 Mar 2018 11:31:16 +0100 (2018-03-13) |
parents | 43d5a4e03e8d |
children | |
files | NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Mar 13 11:26:46 2018 +0100 +++ b/NEWS Tue Mar 13 11:31:16 2018 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== +* Added "Readonly" option to create "READ ONLY" transactions. This is + experimental and, when using that mode, you should make sure that + Orthanc receives only GET requests and that another Orthanc is + connected to the same DB to perform all WRITE operations. * Running transactions in "Serializable" isolation level to avoid inconsistencies if multiple Orthanc are writing to the same DB * Upgrade to PostgreSQL 9.6.1 client library for static builds