diff OrthancServer/Resources/Configuration.json @ 4792:434843934307 storage-cache

Added a StorageCache in the StorageAccessor
author Alain Mazy <am@osimis.io>
date Thu, 30 Sep 2021 12:14:19 +0200
parents ec6843501db7
children 4e765c18ace7
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Tue Sep 14 14:51:12 2021 +0200
+++ b/OrthancServer/Resources/Configuration.json	Thu Sep 30 12:14:19 2021 +0200
@@ -40,7 +40,13 @@
   // in the storage (a value of "0" indicates no limit on the number
   // of patients)
   "MaximumPatientCount" : 0,
-  
+
+  // Maximum size of the storage cache in MB.  The storage cache
+  // is stored in RAM and contains a copy of recently accessed
+  // files (written or read).  A value of "0" indicates the cache
+  // is disabled.  (new in Orthanc 1.9.8)
+  "MaximumStorageCacheSize" : 128,
+
   // List of paths to the custom Lua scripts that are to be loaded
   // into this instance of Orthanc
   "LuaScripts" : [