comparison NewTests/Concurrency/docker-compose-transfers-concurrency.yml @ 725:90dfc48b89a7 find-refactoring

increased transfer timeout
author Alain Mazy <am@orthanc.team>
date Fri, 18 Oct 2024 10:40:36 +0200
parents 765446710507
children c5c49f92554e
comparison
equal deleted inserted replaced
724:765446710507 725:90dfc48b89a7
9 ports: ["8062:8042"] 9 ports: ["8062:8042"]
10 volumes: ["storage-orthanc-a:/var/lib/orthanc/db"] 10 volumes: ["storage-orthanc-a:/var/lib/orthanc/db"]
11 environment: 11 environment:
12 VERBOSE_ENABLED: "true" 12 VERBOSE_ENABLED: "true"
13 TRANSFERS_PLUGIN_ENABLED: "true" 13 TRANSFERS_PLUGIN_ENABLED: "true"
14 # increase this timeout for large transfers
15 ORTHANC__TRANSFERS__PEER_CONNECTIVITY_TIMEOUT: "10"
14 # disable DICOMWEB to avoid the metadata cache to consume disk space after StableStudy -> difficult to compare disk sizes 16 # disable DICOMWEB to avoid the metadata cache to consume disk space after StableStudy -> difficult to compare disk sizes
15 DICOM_WEB_PLUGIN_ENABLED: "false" 17 DICOM_WEB_PLUGIN_ENABLED: "false"
16 ORTHANC__POSTGRESQL: | 18 ORTHANC__POSTGRESQL: |
17 { 19 {
18 "Host": "pg-a", 20 "Host": "pg-a",
39 ports: ["8063:8042"] 41 ports: ["8063:8042"]
40 volumes: ["storage-orthanc-b:/var/lib/orthanc/db"] 42 volumes: ["storage-orthanc-b:/var/lib/orthanc/db"]
41 environment: 43 environment:
42 VERBOSE_ENABLED: "true" 44 VERBOSE_ENABLED: "true"
43 TRANSFERS_PLUGIN_ENABLED: "true" 45 TRANSFERS_PLUGIN_ENABLED: "true"
46 # increase this timeout for large transfers
47 ORTHANC__TRANSFERS__PEER_CONNECTIVITY_TIMEOUT: "10"
44 DICOM_WEB_PLUGIN_ENABLED: "false" 48 DICOM_WEB_PLUGIN_ENABLED: "false"
45 ORTHANC__POSTGRESQL: | 49 ORTHANC__POSTGRESQL: |
46 { 50 {
47 "Host": "pg-b", 51 "Host": "pg-b",
48 "TransactionMode": "ReadCommitted" 52 "TransactionMode": "ReadCommitted"