comparison Resources/Configuration.json @ 1142:952cf9b6be83

Configuration option to disable the logging of exported resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 10:23:22 +0200
parents 67c3c1e4a6e0
children 0a55d8eb194e
comparison
equal deleted inserted replaced
1141:2ff467bcfb98 1142:952cf9b6be83
187 // The maximum number of active jobs in the Orthanc scheduler. When 187 // The maximum number of active jobs in the Orthanc scheduler. When
188 // this limit is reached, the addition of new jobs is blocked until 188 // this limit is reached, the addition of new jobs is blocked until
189 // some job finishes. 189 // some job finishes.
190 "LimitJobs" : 10, 190 "LimitJobs" : 10,
191 191
192 // If this option is set to "false", Orthanc will not log the
193 // resources that are exported to other DICOM modalities of Orthanc
194 // peers in the URI "/exports". This is useful to prevent the index
195 // to grow indefinitely in auto-routing tasks.
196 "LogExportedResources" : true,
197
192 // Enable or disable HTTP Keep-Alive (experimental). Set this option 198 // Enable or disable HTTP Keep-Alive (experimental). Set this option
193 // to "true" only in the case of high HTTP loads. 199 // to "true" only in the case of high HTTP loads.
194 "KeepAlive" : false, 200 "KeepAlive" : false,
195 201
196 // If this option is set to "false", Orthanc will run in index-only 202 // If this option is set to "false", Orthanc will run in index-only