comparison OrthancServer/Resources/Configuration.json @ 4315:e62bd014ae5c

removed EMSCRIPTEN_SET_LLVM_WASM_BACKEND option for CMake
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Nov 2020 11:16:22 +0100
parents 64f57c9d5f79
children 7dc52763ab1c
comparison
equal deleted inserted replaced
4314:0a4347203a7e 4315:e62bd014ae5c
16 // value of StorageDirectory is used). This index could be stored on 16 // value of StorageDirectory is used). This index could be stored on
17 // a RAM-drive or a SSD device for performance reasons. 17 // a RAM-drive or a SSD device for performance reasons.
18 "IndexDirectory" : "OrthancStorage", 18 "IndexDirectory" : "OrthancStorage",
19 19
20 // Path to the directory where Orthanc stores its large temporary 20 // Path to the directory where Orthanc stores its large temporary
21 // files. The content of this folder can be safely deleted if 21 // files. The content of this folder can be safely deleted once
22 // Orthanc once stopped. The folder must exist. The corresponding 22 // Orthanc is stopped. The folder must exist. The corresponding
23 // filesystem must be properly sized, given that for instance a ZIP 23 // filesystem must be properly sized, given that for instance a ZIP
24 // archive of DICOM images created by a job can weight several GBs, 24 // archive of DICOM images created by a job can weight several GBs,
25 // and that there might be up to "min(JobsHistorySize, 25 // and that there might be up to "min(JobsHistorySize,
26 // MediaArchiveSize)" archives to be stored simultaneously. If not 26 // MediaArchiveSize)" archives to be stored simultaneously. If not
27 // set, Orthanc will use the default temporary folder of the 27 // set, Orthanc will use the default temporary folder of the