# HG changeset patch # User Sebastien Jodogne # Date 1549008509 -3600 # Node ID 98187ab5a4c9b0ba8fdff8aeeb9cd6fdfe9cefb1 # Parent 5d51f87d83267e841577f4d330fea2089ed1f976 config diff -r 5d51f87d8326 -r 98187ab5a4c9 NEWS --- a/NEWS Thu Jan 31 17:39:14 2019 +0100 +++ b/NEWS Fri Feb 01 09:08:29 2019 +0100 @@ -19,7 +19,7 @@ Plugins ------- -* New primitives to set and refresh metrics +* New primitives in the plugin SDK to set and refresh metrics Maintenance ----------- diff -r 5d51f87d8326 -r 98187ab5a4c9 Resources/Configuration.json --- a/Resources/Configuration.json Thu Jan 31 17:39:14 2019 +0100 +++ b/Resources/Configuration.json Fri Feb 01 09:08:29 2019 +0100 @@ -18,10 +18,12 @@ "IndexDirectory" : "OrthancStorage", // Path to the directory where Orthanc stores its large temporary - // files. The corresponding filesystem must be properly sized, given - // that for instance a ZIP archive of DICOM images created by a job - // can weight several GBs, and that there might be up to - // "JobsHistorySize" archives to be stored simultaneously. If not + // files. The content of this folder can be safely deleted if + // Orthanc once stopped. The folder must exist. The corresponding + // filesystem must be properly sized, given that for instance a ZIP + // archive of DICOM images created by a job can weight several GBs, + // and that there might be up to "min(JobsHistorySize, + // MediaArchiveSize)" archives to be stored simultaneously. If not // set, Orthanc will use the default temporary folder of the // operating system (such as "/tmp/" on UNIX-like systems, or // "C:/Temp" on Microsoft Windows).