diff --git a/config/orthanc/transfers.json b/config/orthanc/transfers.json new file mode 100644 index 0000000..804c44f --- /dev/null +++ b/config/orthanc/transfers.json @@ -0,0 +1,11 @@ +{ + "HttpTimeout" : 120, + "Transfers" : { + "Threads" : 8, + "BucketSize" : 4096, + "CacheSize" : 128, + "MaxPushTransactions" : 4, + "MaxHttpRetries" : 0, + "PeerConnectivityTimeout": 2 + } +} \ No newline at end of file diff --git a/orthanc.env b/orthanc.env index 7c39673..832bd93 100644 --- a/orthanc.env +++ b/orthanc.env @@ -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