changeset 5739:66c3ca832741

clarify 0 values for Dicom timeouts
author Alain Mazy <am@orthanc.team>
date Mon, 26 Aug 2024 15:25:21 +0200
parents 39444dccfff7
children c93ca8047550
files OrthancServer/Resources/Configuration.json
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Fri Aug 16 15:13:30 2024 +0200
+++ b/OrthancServer/Resources/Configuration.json	Mon Aug 26 15:25:21 2024 +0200
@@ -205,6 +205,7 @@
   // Set the timeout (in seconds) after which the DICOM associations
   // are closed by the Orthanc SCP (server) if no further DIMSE
   // command is received from the SCU (client).
+  // A value of 0 means "no timeout".
   "DicomScpTimeout" : 30,
 
 
@@ -491,6 +492,7 @@
   // The timeout (in seconds) after which the DICOM associations are
   // considered as closed by the Orthanc SCU (client) if the remote
   // DICOM SCP (server) does not answer.
+  // A value of 0 means "no timeout".
   "DicomScuTimeout" : 10,
 
   // During a C-STORE SCU request initiated by Orthanc, if the remote