diff OrthancServer/ServerEnumerations.h @ 3019:8336204d95dc db-changes

refactoring computation of disk size for recycling
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2018 18:07:40 +0100
parents e3b5c07146a3
children 53d583d2c775
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Fri Dec 14 16:04:17 2018 +0100
+++ b/OrthancServer/ServerEnumerations.h	Fri Dec 14 18:07:40 2018 +0100
@@ -93,9 +93,9 @@
     GlobalProperty_FlushSleep = 2,
     GlobalProperty_AnonymizationSequence = 3,
     GlobalProperty_JobsRegistry = 5,
-    GlobalProperty_DatabaseTracksSizeOfAttachments = 6,  // New in Orthanc 1.5.1
-    GlobalProperty_Modalities = 20,                      // New in Orthanc 1.5.0
-    GlobalProperty_Peers = 21,                           // New in Orthanc 1.5.0
+    GlobalProperty_GetTotalSizeIsFast = 6,      // New in Orthanc 1.5.2
+    GlobalProperty_Modalities = 20,             // New in Orthanc 1.5.0
+    GlobalProperty_Peers = 21,                  // New in Orthanc 1.5.0
 
     // Reserved values for internal use by the database plugins
     GlobalProperty_DatabasePatchLevel = 4,