# HG changeset patch # User Alain Mazy # Date 1765293574 -3600 # Node ID 6d912474805511faf2b29f04ecc9ba786102f0e5 # Parent 93c3ceed78fac01e0919c66c5688d0d9bc16268f Transfers.CommitThreadsCount diff -r 93c3ceed78fa -r 6d9124748055 Sphinx/source/plugins/transfers.rst --- 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) } }