changeset 1241:6d9124748055

Transfers.CommitThreadsCount
author Alain Mazy <am@orthanc.team>
date Tue, 09 Dec 2025 16:19:34 +0100
parents 93c3ceed78fa
children 434497a7cf2f
files Sphinx/source/plugins/transfers.rst
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/transfers.rst	Fri Dec 05 15:58:07 2025 +0100
+++ b/Sphinx/source/plugins/transfers.rst	Tue Dec 09 16:19:34 2025 +0100
@@ -253,7 +253,10 @@
       "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
-      "PeerCommitTimeout": 600   // HTTP Timeout (in seconds) used when committing a push transaction (new in 1.6)
+      "PeerCommitTimeout": 600,  // HTTP Timeout (in seconds) used when committing a push transaction (new in 1.6)
+      "CommitThreadsCount": 1    // Number of threads used to perform the "commit" phase of a Push/Pull transfer.  
+                                 // A value > 1 is meaningful only if the storage is a distributed network storage (e.g object storage plugin).
+                                 // (new in 1.7)
     }
   }