comparison Sphinx/source/plugins/transfers.rst @ 916:dafff7d1c975

fix
author Alain Mazy <am@osimis.io>
date Tue, 07 Feb 2023 15:26:12 +0100
parents 1af054b77e9c
children 1316bc62b5d5
comparison
equal deleted inserted replaced
915:5a421cfaa9ff 916:dafff7d1c975
246 "Transfers" : { 246 "Transfers" : {
247 "Threads" : 6, // Number of worker threads for one transfer 247 "Threads" : 6, // Number of worker threads for one transfer
248 "BucketSize" : 4096, // Optimal size for a bucket (in KB) 248 "BucketSize" : 4096, // Optimal size for a bucket (in KB)
249 "CacheSize" : 128, // Size of the memory cache to process DICOM files (in MB) 249 "CacheSize" : 128, // Size of the memory cache to process DICOM files (in MB)
250 "MaxPushTransactions" : 4, // Maximum number of simultaneous receptions in push mode 250 "MaxPushTransactions" : 4, // Maximum number of simultaneous receptions in push mode
251 "MaxHttpRetries" : 0 // Maximum number of HTTP retries for one bucket 251 "MaxHttpRetries" : 0, // Maximum number of HTTP retries for one bucket
252 "PeerConnectivityTimeout": 2 // HTTP Timeout (in seconds) used when checking if a remote peer has the transfer plugin enabled in /transfers/peers GET route
252 } 253 }
253 } 254 }
254 255
255 256
256 Working with load-balancers 257 Working with load-balancers