diff NewTests/Concurrency/docker-compose-transfers-concurrency.yml @ 620:8ba9b20ae95f debug-pg-transactions

debug pg transactions tests
author Alain Mazy <am@osimis.io>
date Mon, 05 Feb 2024 22:32:39 +0100
parents 6ba2ff41ea52
children
line wrap: on
line diff
--- a/NewTests/Concurrency/docker-compose-transfers-concurrency.yml	Mon Feb 05 17:12:07 2024 +0100
+++ b/NewTests/Concurrency/docker-compose-transfers-concurrency.yml	Mon Feb 05 22:32:39 2024 +0100
@@ -14,7 +14,7 @@
       ORTHANC__POSTGRESQL: |
         {
           "Host": "pg-a",
-          "TransactionMode": "ReadCommitted"
+          "TransactionMode": "READ COMMITTED"
         }
       ORTHANC__AUTHENTICATION_ENABLED: "false"
       ORTHANC__ORTHANC_PEERS: |
@@ -42,7 +42,7 @@
       ORTHANC__POSTGRESQL: |
         {
           "Host": "pg-b",
-          "TransactionMode": "ReadCommitted"
+          "TransactionMode": "READ COMMITTED"
         }
       ORTHANC__AUTHENTICATION_ENABLED: "false"
       ORTHANC__ORTHANC_PEERS: |