comparison Resources/Configuration.json @ 2950:dc18d5804746

support of JobsHistorySize set to zero
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2018 17:19:57 +0100
parents 2e751f615e03
children 9c0b0a6d8b54
comparison
equal deleted inserted replaced
2949:e6204cd21443 2950:dc18d5804746
428 // (backward compatibility with Orthanc <= 1.3.2). 428 // (backward compatibility with Orthanc <= 1.3.2).
429 "SynchronousCMove" : true, 429 "SynchronousCMove" : true,
430 430
431 // Maximum number of completed jobs that are kept in memory. A 431 // Maximum number of completed jobs that are kept in memory. A
432 // processing job is considered as complete once it is tagged as 432 // processing job is considered as complete once it is tagged as
433 // "Success" or "Failure". 433 // "Success" or "Failure". Since Orthanc 1.4.3, a value of "0"
434 // indicates to keep no job in memory (i.e. jobs are removed from
435 // the history as soon as they are completed).
434 "JobsHistorySize" : 10, 436 "JobsHistorySize" : 10,
435 437
436 // Specifies how Orthanc reacts when it receives a DICOM instance 438 // Specifies how Orthanc reacts when it receives a DICOM instance
437 // whose SOPInstanceUID is already stored. If set to "true", the new 439 // whose SOPInstanceUID is already stored. If set to "true", the new
438 // instance replaces the old one. If set to "false", the new 440 // instance replaces the old one. If set to "false", the new