changeset 3183:98187ab5a4c9

config
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 01 Feb 2019 09:08:29 +0100
parents 5d51f87d8326
children 5d1f5984dc41
files NEWS Resources/Configuration.json
diffstat 2 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
 -----------
--- 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).