Skip to content

Commit

Permalink
blobKeepAliveTimeout 600000, wait review Azure/Azurite#2454
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Aug 26, 2024
1 parent 4c70136 commit d07a247
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
retries: 30

azure:
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2443
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2454
# image: mcr.microsoft.com/azure-storage/azurite:latest
image: docker.io/clickhousepro/azurite:latest
hostname: devstoreaccount1.blob.azure
Expand All @@ -65,7 +65,7 @@ services:
interval: 1s
retries: 30
# command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "600" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "600000" ]
volumes:
- azure:/data
# environment:
Expand Down
4 changes: 2 additions & 2 deletions test/integration/docker-compose_advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
retries: 30

azure:
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2443
# todo need to blobKeepAliveTimeout, and merge https://github.com/Azure/Azurite/pull/2454
# image: mcr.microsoft.com/azure-storage/azurite:latest
image: docker.io/clickhousepro/azurite:latest
hostname: devstoreaccount1.blob.azure
Expand All @@ -75,7 +75,7 @@ services:
interval: 1s
retries: 30
# command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "600" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "600000" ]
volumes:
- azure:/data
# environment:
Expand Down

0 comments on commit d07a247

Please sign in to comment.