comparison Resources/Configuration.json @ 3183:98187ab5a4c9

config
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Feb 2019 09:08:29 +0100
parents 6fd38327e777
children 9a83d94b2a1e
comparison
equal deleted inserted replaced
3182:5d51f87d8326 3183:98187ab5a4c9
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 corresponding filesystem must be properly sized, given 21 // files. The content of this folder can be safely deleted if
22 // that for instance a ZIP archive of DICOM images created by a job 22 // Orthanc once stopped. The folder must exist. The corresponding
23 // can weight several GBs, and that there might be up to 23 // filesystem must be properly sized, given that for instance a ZIP
24 // "JobsHistorySize" archives to be stored simultaneously. If not 24 // archive of DICOM images created by a job can weight several GBs,
25 // and that there might be up to "min(JobsHistorySize,
26 // MediaArchiveSize)" archives to be stored simultaneously. If not
25 // set, Orthanc will use the default temporary folder of the 27 // set, Orthanc will use the default temporary folder of the
26 // operating system (such as "/tmp/" on UNIX-like systems, or 28 // operating system (such as "/tmp/" on UNIX-like systems, or
27 // "C:/Temp" on Microsoft Windows). 29 // "C:/Temp" on Microsoft Windows).
28 // "TemporaryDirectory" : "/tmp/Orthanc/", 30 // "TemporaryDirectory" : "/tmp/Orthanc/",
29 31