comparison Resources/Configuration.json @ 1135:67c3c1e4a6e0

index-only mode, and custom storage area with plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 09 Sep 2014 15:55:43 +0200
parents da56a7916e8a
children 952cf9b6be83
comparison
equal deleted inserted replaced
1134:ba9fd42284d0 1135:67c3c1e4a6e0
189 // some job finishes. 189 // some job finishes.
190 "LimitJobs" : 10, 190 "LimitJobs" : 10,
191 191
192 // Enable or disable HTTP Keep-Alive (experimental). Set this option 192 // Enable or disable HTTP Keep-Alive (experimental). Set this option
193 // to "true" only in the case of high HTTP loads. 193 // to "true" only in the case of high HTTP loads.
194 "KeepAlive" : false 194 "KeepAlive" : false,
195
196 // If this option is set to "false", Orthanc will run in index-only
197 // mode. The DICOM files will not be stored on the drive.
198 "StoreDicom" : true
195 } 199 }