From fd41f96b2420c86ae6761d28f60e2ff76a033c31 Mon Sep 17 00:00:00 2001 From: Dr Masroor Ehsan Date: Sat, 1 Feb 2025 19:49:55 +0600 Subject: [PATCH] transfers --- config/orthanc/transfers.json | 11 +++++++++++ orthanc.env | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 config/orthanc/transfers.json 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