changeset 6458:883178892d97 queues-timeout

comments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Nov 2025 15:54:45 +0100
parents ec8dd6953bba
children b6eac1a1b2ae a129fb536ebe
files OrthancServer/Sources/Database/PrepareDatabase.sql
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/PrepareDatabase.sql	Wed Nov 19 15:51:36 2025 +0100
+++ b/OrthancServer/Sources/Database/PrepareDatabase.sql	Wed Nov 19 15:54:45 2025 +0100
@@ -152,9 +152,9 @@
 -- new in Orthanc 1.12.8 ------------------------- equivalent to InstallKeyValueStoresAndQueues.sql
 ${INSTALL_KEY_VALUE_STORES_AND_QUEUES}
 
--- new in Orthanc 1.12.10 ------------------------ equivalent to AddTimeoutToQueues.sql
-${INSTALL_DICOM_IDENTIFIERS_INDEX_3}  -- This greatly speeds up the database
-${ADD_TIMEOUT_TO_QUEUES}
+-- new in Orthanc 1.12.10 ------------------------ reservation in queues + speedup the database
+${ADD_TIMEOUT_TO_QUEUES}              -- equivalent to AddTimeoutToQueues.sql
+${INSTALL_DICOM_IDENTIFIERS_INDEX_3}  -- equivalent to InstallDicomIdentifiersIndex3.sql
 
 
 -- Track the fact that the "revision" column exists in the "Metadata" and "AttachedFiles"