diff OrthancServer/Resources/Configuration.json @ 4185:b289a1234822

giving a try to cross-platform compilation of SyncStorageArea
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 14 Sep 2020 18:09:30 +0200
parents 3576616904d3
children a8d2f4e65f05
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Sat Sep 12 16:03:48 2020 +0200
+++ b/OrthancServer/Resources/Configuration.json	Mon Sep 14 18:09:30 2020 +0200
@@ -575,5 +575,12 @@
 
   // The compression level that is used when transcoding to one of the
   // lossy/JPEG transfer syntaxes (integer between 1 and 100).
-  "DicomLossyTranscodingQuality" : 90
+  "DicomLossyTranscodingQuality" : 90,
+
+  // Whether "fsync()" is called after each write to the storage area
+  // (new in Orthanc 1.7.4). If this option is set to "true", Orthanc
+  // will run more slowly, but the DICOM are guaranteed to be
+  // immediately written to the disk. This option defaults to "false"
+  // in Orthanc <= 1.7.3, and to "true" in Orthanc >= 1.7.4.
+  "SyncStorageArea" : true
 }