comparison 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
comparison
equal deleted inserted replaced
4184:dbd74fa2f446 4185:b289a1234822
573 "IngestTranscoding" : "1.2.840.10008.1.2", 573 "IngestTranscoding" : "1.2.840.10008.1.2",
574 **/ 574 **/
575 575
576 // The compression level that is used when transcoding to one of the 576 // The compression level that is used when transcoding to one of the
577 // lossy/JPEG transfer syntaxes (integer between 1 and 100). 577 // lossy/JPEG transfer syntaxes (integer between 1 and 100).
578 "DicomLossyTranscodingQuality" : 90 578 "DicomLossyTranscodingQuality" : 90,
579
580 // Whether "fsync()" is called after each write to the storage area
581 // (new in Orthanc 1.7.4). If this option is set to "true", Orthanc
582 // will run more slowly, but the DICOM are guaranteed to be
583 // immediately written to the disk. This option defaults to "false"
584 // in Orthanc <= 1.7.3, and to "true" in Orthanc >= 1.7.4.
585 "SyncStorageArea" : true
579 } 586 }