changeset 6315:7736dc6c1e49

cleanup
author Alain Mazy <am@orthanc.team>
date Thu, 18 Sep 2025 15:17:25 +0200
parents 1b8bea570a80
children 72ae47e6bc4e
files OrthancServer/Resources/Configuration.json
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Thu Sep 18 14:21:56 2025 +0200
+++ b/OrthancServer/Resources/Configuration.json	Thu Sep 18 15:17:25 2025 +0200
@@ -71,7 +71,6 @@
 
   // The period (in seconds) between 2 calls of the "OnHeartBeat"
   // lua callback.  O means the heart beat is disabled.
-  // TODO: text below for Orthanc book:
   // Note: that the period is actually not the delay between
   // the end of an execution and the triggering of the next one.
   // Since there is only one lua context, if other lua code is being