changeset 4187:a8d2f4e65f05

clarification to configuration file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 14 Sep 2020 19:47:35 +0200
parents e99d1ad11cfe
children a2f1c97002fe
files OrthancServer/Resources/Configuration.json
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Mon Sep 14 19:27:55 2020 +0200
+++ b/OrthancServer/Resources/Configuration.json	Mon Sep 14 19:47:35 2020 +0200
@@ -580,7 +580,8 @@
   // 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.
+  // immediately written to the disk. This option only makes sense if
+  // the builtin filesystem storage area is used. It defaults to
+  // "false" in Orthanc <= 1.7.3, and to "true" in Orthanc >= 1.7.4.
   "SyncStorageArea" : true
 }