# HG changeset patch # User Alain Mazy # Date 1675779972 -3600 # Node ID dafff7d1c97543a0d2e14b3608c31c02a0f4f4df # Parent 5a421cfaa9ff83b7535d6af50e379262abf7bc4b fix diff -r 5a421cfaa9ff -r dafff7d1c975 Sphinx/source/plugins/orthanc-explorer-2.rst --- 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. diff -r 5a421cfaa9ff -r dafff7d1c975 Sphinx/source/plugins/transfers.rst --- 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 } }