# HG changeset patch # User Alain Mazy # Date 1764151466 -3600 # Node ID 4b3bfabe3212e4eff15a8d95ba68a7880c4a4866 # Parent 6a482638f2f2eb1c9f5cc295e3751a5eac463956 fix diff -r 6a482638f2f2 -r 4b3bfabe3212 Sphinx/source/plugins/transfers.rst --- a/Sphinx/source/plugins/transfers.rst Wed Nov 26 07:01:05 2025 +0100 +++ b/Sphinx/source/plugins/transfers.rst Wed Nov 26 11:04:26 2025 +0100 @@ -253,7 +253,7 @@ "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 - not released yet) + "PeerCommitTimeout": 600 // HTTP Timeout (in seconds) used when committing a push transaction (new in 1.6) } }