# HG changeset patch # User Alain Mazy # Date 1764136854 -3600 # Node ID d1a8f888b41f3d5d2a15ae9391ae662beaf8c285 # Parent a2c1ac6c5b6b711f2e356477efa79170bbdbc87b Transfer: CacheSize diff -r a2c1ac6c5b6b -r d1a8f888b41f Sphinx/source/plugins/transfers.rst --- 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