changeset 1158:97a203e3de22 default tip

fix json error
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 12 May 2025 14:41:10 +0200 (3 days ago)
parents 13d78bea1b36
children
files Sphinx/source/plugins/transfers.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/transfers.rst	Mon May 12 13:05:38 2025 +0200
+++ b/Sphinx/source/plugins/transfers.rst	Mon May 12 14:41:10 2025 +0200
@@ -249,7 +249,7 @@
       "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
-      "PeerConnectivityTimeout": 2 // HTTP Timeout (in seconds) used when checking if a remote peer has the transfer plugin enabled in /transfers/peers GET route
+      "PeerConnectivityTimeout": 2, // HTTP Timeout (in seconds) used when checking if a remote peer has the transfer plugin enabled in /transfers/peers GET route
       "PeerCommitTimeout": 600   // HTTP Timeout (in seconds) used when committing a push transaction (new in 1.6 - not released yet)
     }
   }