comparison Sphinx/source/plugins/transfers.rst @ 221:26441131d725

option MaxHttpRetries in transfers accelerator
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Mar 2019 12:19:01 +0100
parents 05aa4f426621
children 011b01ccf52d
comparison
equal deleted inserted replaced
220:90fe64396fb5 221:26441131d725
233 "HttpTimeout" : 120, // Can be increased on slow networks 233 "HttpTimeout" : 120, // Can be increased on slow networks
234 "Transfers" : { 234 "Transfers" : {
235 "Threads" : 6, // Number of worker threads for one transfer 235 "Threads" : 6, // Number of worker threads for one transfer
236 "BucketSize" : 4096, // Optimal size for a bucket (in KB) 236 "BucketSize" : 4096, // Optimal size for a bucket (in KB)
237 "CacheSize" : 128, // Size of the memory cache to process DICOM files (in MB) 237 "CacheSize" : 128, // Size of the memory cache to process DICOM files (in MB)
238 "MaxPushTransactions" : 4 // Maximum number of simultaneous receptions in push mode 238 "MaxPushTransactions" : 4, // Maximum number of simultaneous receptions in push mode
239 } 239 "MaxHttpRetries" : 0 // Maximum number of HTTP retries for one bucket
240 } 240 }
241 }