diff Resources/Configuration.json @ 2965:9c0b0a6d8b54

MediaArchiveSize configuration option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Dec 2018 14:33:47 +0100
parents dc18d5804746
children 9cc3d40e389b
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Dec 05 12:58:56 2018 +0100
+++ b/Resources/Configuration.json	Wed Dec 05 14:33:47 2018 +0100
@@ -440,5 +440,12 @@
   // instance replaces the old one. If set to "false", the new
   // instance is discarded and the old one is kept. Up to Orthanc
   // 1.4.1, the implicit behavior corresponded to "false".
-  "OverwriteInstances" : false
+  "OverwriteInstances" : false,
+
+  // Maximum number of ZIP/media archives that are maintained by
+  // Orthanc, as a response to the asynchronous creation of archives.
+  // The least recently used archives get deleted as new archives are
+  // generated. This option was introduced in Orthanc 1.4.3, and has
+  // no effect on the synchronous generation of archives.
+  "MediaArchiveSize" : 1
 }