# HG changeset patch # User Sebastien Jodogne # Date 1600105655 -7200 # Node ID a8d2f4e65f054f4a50a81f302e7cf2c46a0460b8 # Parent e99d1ad11cfe82511e50acc6a2ae897734b81466 clarification to configuration file diff -r e99d1ad11cfe -r a8d2f4e65f05 OrthancServer/Resources/Configuration.json --- 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 }