Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerIndex.cpp @ 5817:272b0d0eef38 find-refactoring
ReadOnly mode continued
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 26 Sep 2024 17:23:43 +0200 |
parents | 09e337d45d22 |
children | 7c2b4fa94633 |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.cpp Mon Sep 23 16:03:02 2024 +0200 +++ b/OrthancServer/Sources/ServerIndex.cpp Thu Sep 26 17:23:43 2024 +0200 @@ -352,7 +352,8 @@ done_(false), maximumStorageMode_(MaxStorageMode_Recycle), maximumStorageSize_(0), - maximumPatients_(0) + maximumPatients_(0), + readOnly_(readOnly) { SetTransactionContextFactory(new TransactionContextFactory(context));