comparison Resources/Configuration.json @ 270:e6a4c4329481

parameters for storage capacity
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Dec 2012 15:01:12 +0100
parents 6d9be2b470b4
children 87e09002576f
comparison
equal deleted inserted replaced
269:f6fdf5abe751 270:e6a4c4329481
11 "StorageDirectory" : "OrthancStorage", 11 "StorageDirectory" : "OrthancStorage",
12 12
13 // Enable the transparent compression of the DICOM instances 13 // Enable the transparent compression of the DICOM instances
14 "StorageCompression" : false, 14 "StorageCompression" : false,
15 15
16 // Maximum size of the storage in MB (a value of "0" indicates no
17 // limit on the storage size)
18 "MaximumStorageSize" : 0,
19
20 // Maximum number of patients that can be stored at a given time
21 // in the storage (a value of "0" indicates no limit on the number
22 // of patients)
23 "MaximumPatientCount" : 0,
16 24
17 25
18 /** 26 /**
19 * Configuration of the HTTP server 27 * Configuration of the HTTP server
20 **/ 28 **/