Mercurial > hg > orthanc-book
changeset 1227:4b3bfabe3212
fix
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 26 Nov 2025 11:04:26 +0100 |
| parents | 6a482638f2f2 |
| children | 7035bf7ce6bc |
| 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 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) } }
