Mercurial > hg > orthanc-tests
changeset 871:68518abff243
increase Transfers.CommitThreadsCount
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 09 Dec 2025 17:48:47 +0100 |
| parents | 64d14044aa09 |
| children | d39a9c4570ca |
| files | NewTests/Concurrency/docker-compose-transfers-concurrency.yml |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NewTests/Concurrency/docker-compose-transfers-concurrency.yml Fri Dec 05 10:11:25 2025 +0100 +++ b/NewTests/Concurrency/docker-compose-transfers-concurrency.yml Tue Dec 09 17:48:47 2025 +0100 @@ -17,6 +17,7 @@ ORTHANC__LIMIT_FIND_INSTANCES: "0" ORTHANC__LIMIT_FIND_RESULTS: "0" ORTHANC__TRANSFERS__PEER_CONNECTIVITY_TIMEOUT: "10" + ORTHANC__TRANSFERS__COMMIT_THREADS_COUNT: "8" DICOM_WEB_PLUGIN_ENABLED: "true" # disable EnableMetadataCache to avoid the metadata cache to consume disk space after StableStudy -> difficult to compare disk sizes ORTHANC__DICOM_WEB: | @@ -63,6 +64,7 @@ ORTHANC__LIMIT_FIND_INSTANCES: "0" ORTHANC__LIMIT_FIND_RESULTS: "0" ORTHANC__TRANSFERS__PEER_CONNECTIVITY_TIMEOUT: "10" + ORTHANC__TRANSFERS__COMMIT_THREADS_COUNT: "8" DICOM_WEB_PLUGIN_ENABLED: "true" # disable EnableMetadataCache to avoid the metadata cache to consume disk space after StableStudy -> difficult to compare disk sizes ORTHANC__DICOM_WEB: |
