comparison Resources/Configuration.json @ 2685:6801f99bbc2f jobs

Configuration option "LogExportedResources" is now "false" by default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Jun 2018 15:09:11 +0200
parents 5469dda691cd
children 02e04783f84b
comparison
equal deleted inserted replaced
2684:b53cefe3901c 2685:6801f99bbc2f
298 // The maximum number of active jobs in the Orthanc scheduler. When 298 // The maximum number of active jobs in the Orthanc scheduler. When
299 // this limit is reached, the addition of new jobs is blocked until 299 // this limit is reached, the addition of new jobs is blocked until
300 // some job finishes. 300 // some job finishes.
301 "LimitJobs" : 10, 301 "LimitJobs" : 10,
302 302
303 // If this option is set to "false", Orthanc will not log the 303 // If this option is set to "true" (default behavior until Orthanc
304 // resources that are exported to other DICOM modalities of Orthanc 304 // 1.3.2), Orthanc will log the resources that are exported to other
305 // peers in the URI "/exports". This is useful to prevent the index 305 // DICOM modalities or Orthanc peers, inside the URI
306 // to grow indefinitely in auto-routing tasks. 306 // "/exports". Setting this option to "false" is useful to prevent
307 "LogExportedResources" : true, 307 // the index to grow indefinitely in auto-routing tasks (this is the
308 // default behavior since Orthanc 1.4.0).
309 "LogExportedResources" : false,
308 310
309 // Enable or disable HTTP Keep-Alive (deprecated). Set this option 311 // Enable or disable HTTP Keep-Alive (deprecated). Set this option
310 // to "true" only in the case of high HTTP loads. 312 // to "true" only in the case of high HTTP loads.
311 "KeepAlive" : false, 313 "KeepAlive" : false,
312 314