Mercurial > hg > orthanc
diff Resources/Configuration.json @ 3162:94a4f75cc746
Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0)
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 Jan 2019 16:47:05 +0100 |
parents | 5a3b961e9524 |
children | 1fe524e211af |
line wrap: on
line diff
--- a/Resources/Configuration.json Thu Jan 24 16:16:56 2019 +0100 +++ b/Resources/Configuration.json Thu Jan 24 16:47:05 2019 +0100 @@ -438,7 +438,9 @@ // processing job is considered as complete once it is tagged as // "Success" or "Failure". Since Orthanc 1.5.0, a value of "0" // indicates to keep no job in memory (i.e. jobs are removed from - // the history as soon as they are completed). + // the history as soon as they are completed), which prevents the + // use of some features of Orthanc (typically, synchronous mode in + // REST API) and should be avoided for non-developers. "JobsHistorySize" : 10, // Specifies how Orthanc reacts when it receives a DICOM instance