diff OrthancServer/Sources/OrthancInitialization.cpp @ 4374:79ef2b6d8e76

there will be a 1.8.2 release before 1.9.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Dec 2020 10:55:32 +0100
parents 6a39ca7083b9
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancInitialization.cpp	Thu Dec 17 10:46:11 2020 +0100
+++ b/OrthancServer/Sources/OrthancInitialization.cpp	Thu Dec 17 10:55:32 2020 +0100
@@ -284,7 +284,7 @@
     lock.GetConfiguration().RegisterFont(ServerResources::FONT_UBUNTU_MONO_BOLD_16);
 
 #if HAVE_MALLOPT == 1
-    // New in Orthanc 1.9.0
+    // New in Orthanc 1.8.2
     // https://book.orthanc-server.com/faq/scalability.html#controlling-memory-usage
     unsigned int maxArena = lock.GetConfiguration().GetUnsignedIntegerParameter(MALLOC_ARENA_MAX, 5);
     if (maxArena != 0)