transfers
This commit is contained in:
parent
7bdbe5adc0
commit
fd41f96b24
11
config/orthanc/transfers.json
Normal file
11
config/orthanc/transfers.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"HttpTimeout" : 120,
|
||||
"Transfers" : {
|
||||
"Threads" : 8,
|
||||
"BucketSize" : 4096,
|
||||
"CacheSize" : 128,
|
||||
"MaxPushTransactions" : 4,
|
||||
"MaxHttpRetries" : 0,
|
||||
"PeerConnectivityTimeout": 2
|
||||
}
|
||||
}
|
@ -28,7 +28,7 @@ STONE_WEB_VIEWER_PLUGIN_ENABLED=true
|
||||
HOUSEKEEPER_PLUGIN_ENABLED=true
|
||||
ORTHANC_EXPLORER_2_ENABLED=true
|
||||
#PYTHON_PLUGIN_ENABLED=true
|
||||
#TRANSFERS_PLUGIN_ENABLED=true
|
||||
TRANSFERS_PLUGIN_ENABLED=true
|
||||
#WORKLISTS_PLUGIN_ENABLED=true
|
||||
#MULTITENANT_DICOM_PLUGIN_ENABLED=true
|
||||
#INDEXER_PLUGIN_ENABLED=true
|
||||
|
Loading…
Reference in New Issue
Block a user