diff OrthancServer/ServerEnumerations.h @ 3018:e3b5c07146a3 db-changes

speeding up the computation of the size of the attachments in SQLite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2018 16:04:17 +0100
parents 9cc3d40e389b
children 8336204d95dc
line wrap: on
line diff
--- a/OrthancServer/ServerEnumerations.h	Fri Dec 14 14:55:49 2018 +0100
+++ b/OrthancServer/ServerEnumerations.h	Fri Dec 14 16:04:17 2018 +0100
@@ -93,10 +93,9 @@
     GlobalProperty_FlushSleep = 2,
     GlobalProperty_AnonymizationSequence = 3,
     GlobalProperty_JobsRegistry = 5,
-    GlobalProperty_TotalCompressedSize = 6,     // Reserved for Orthanc > 1.5.0
-    GlobalProperty_TotalUncompressedSize = 7,   // Reserved for Orthanc > 1.5.0
-    GlobalProperty_Modalities = 20,             // New in Orthanc 1.5.0
-    GlobalProperty_Peers = 21,                  // New in Orthanc 1.5.0
+    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
 
     // Reserved values for internal use by the database plugins
     GlobalProperty_DatabasePatchLevel = 4,