changeset 916:dafff7d1c975

fix
author Alain Mazy <am@osimis.io>
date Tue, 07 Feb 2023 15:26:12 +0100
parents 5a421cfaa9ff
children a96b0a9b96c3
files Sphinx/source/plugins/orthanc-explorer-2.rst Sphinx/source/plugins/transfers.rst
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/orthanc-explorer-2.rst	Tue Feb 07 11:40:31 2023 +0100
+++ b/Sphinx/source/plugins/orthanc-explorer-2.rst	Tue Feb 07 15:26:12 2023 +0100
@@ -146,7 +146,7 @@
   study will be deleted.
 - You may keep the original ``StudyInstanceUID``, ``SeriesInstanceUID`` and ``SOPInstanceUID`` DICOM Tags.  
   This means the that orthanc identifiers will not change (unless you also change the ``PatientID`` and the 
-  study will be modified "in place".
+  study will be modified "in place").
 - You may keep the original study and create a modified copy.  In this case, of course, the new modified copy
   will have a different orthanc identifiers.
 
--- a/Sphinx/source/plugins/transfers.rst	Tue Feb 07 11:40:31 2023 +0100
+++ b/Sphinx/source/plugins/transfers.rst	Tue Feb 07 15:26:12 2023 +0100
@@ -248,7 +248,8 @@
       "BucketSize" : 4096,       // Optimal size for a bucket (in KB)
       "CacheSize" : 128,         // Size of the memory cache to process DICOM files (in MB)
       "MaxPushTransactions" : 4, // Maximum number of simultaneous receptions in push mode
-      "MaxHttpRetries" : 0       // Maximum number of HTTP retries for one bucket
+      "MaxHttpRetries" : 0,      // Maximum number of HTTP retries for one bucket
+      "PeerConnectivityTimeout": 2 // HTTP Timeout (in seconds) used when checking if a remote peer has the transfer plugin enabled in /transfers/peers GET route
     }
   }