# HG changeset patch # User Alain Mazy # Date 1724678721 -7200 # Node ID 66c3ca832741eef64484932d9cc2deb18753c0b1 # Parent 39444dccfff74aa5e7afeac83a0045953012698b clarify 0 values for Dicom timeouts diff -r 39444dccfff7 -r 66c3ca832741 OrthancServer/Resources/Configuration.json --- 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