diff NewTests/Concurrency/docker-compose-transfers-concurrency.yml @ 622:75dbc81d0e26

fix concurrency transfer tests
author Alain Mazy <am@osimis.io>
date Wed, 07 Feb 2024 09:32:39 +0100
parents 6ba2ff41ea52
children
line wrap: on
line diff
--- a/NewTests/Concurrency/docker-compose-transfers-concurrency.yml	Tue Feb 06 16:20:40 2024 +0100
+++ b/NewTests/Concurrency/docker-compose-transfers-concurrency.yml	Wed Feb 07 09:32:39 2024 +0100
@@ -11,6 +11,8 @@
     environment:
       # VERBOSE_ENABLED: "true"
       TRANSFERS_PLUGIN_ENABLED: "true"
+      # disable DICOMWEB to avoid the metadata cache to consume disk space after StableStudy -> difficult to compare disk sizes
+      DICOM_WEB_PLUGIN_ENABLED: "false"
       ORTHANC__POSTGRESQL: |
         {
           "Host": "pg-a",
@@ -39,6 +41,7 @@
     environment:
       # VERBOSE_ENABLED: "true"
       TRANSFERS_PLUGIN_ENABLED: "true"
+      DICOM_WEB_PLUGIN_ENABLED: "false"
       ORTHANC__POSTGRESQL: |
         {
           "Host": "pg-b",