Skip to content

Commit

Permalink
add --blobKeepAliveTimeout, look details Azure/Azurite#2443, ClickHou…
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Aug 1, 2024
1 parent 24231ed commit c56d685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
test: nc 127.0.0.1 10000 -z
interval: 1s
retries: 30
command: ["azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--queueHost", "0.0.0.0", "--tableHost", "0.0.0.0" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "300" ]
volumes:
- azure:/data
# environment:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/docker-compose_advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
test: nc 127.0.0.1 10000 -z
interval: 1s
retries: 30
command: ["azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--queueHost", "0.0.0.0", "--tableHost", "0.0.0.0" ]
command: [ "azurite", "--debug", "/data/debug.log" , "-l", "/data", "--blobHost", "0.0.0.0","--blobKeepAliveTimeout", "300" ]
volumes:
- azure:/data
# environment:
Expand Down

0 comments on commit c56d685

Please sign in to comment.