Skip to content

Commit

Permalink
Merge pull request #244 from ClickHouse/revert-241-fast-channel
Browse files Browse the repository at this point in the history
Revert "Use the fast channel in ClickHouse Cloud"
  • Loading branch information
alexey-milovidov authored Nov 9, 2024
2 parents 964b527 + afb03b2 commit 3791cfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clickhouse-cloud/cloud-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ curl -X POST -H 'Content-Type: application/json' -d '
{
"name": "ClickBench-'${PROVIDER}'-'${REGION}'-'${TIER}'-'${MEMORY}'-'$$'",
"tier": "'$TIER'",
"releaseChannel": "fast",
"provider": "'$PROVIDER'",
"region": "'$REGION'",
'$([ $TIER == production ] && echo -n "\"minTotalMemoryGb\":${MEMORY},\"maxTotalMemoryGb\":${MEMORY},")'
Expand Down

0 comments on commit 3791cfe

Please sign in to comment.