Mercurial > hg > orthanc-book
changeset 1225:d1a8f888b41f
Transfer: CacheSize
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 26 Nov 2025 07:00:54 +0100 |
| parents | a2c1ac6c5b6b |
| children | 6a482638f2f2 |
| files | Sphinx/source/plugins/transfers.rst |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/transfers.rst Tue Nov 18 18:41:10 2025 +0100 +++ b/Sphinx/source/plugins/transfers.rst Wed Nov 26 07:00:54 2025 +0100 @@ -247,6 +247,9 @@ "Threads" : 6, // Number of worker threads for one transfer "BucketSize" : 4096, // Optimal size for a bucket (in KB) "CacheSize" : 128, // Size of the memory cache to process DICOM files (in MB) + // This cache is used by the sender of a Push job and keeps + // a copy of compressed instances while they are being split + // in buckets and sent to the destination. "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
