Skip to content

Commit

Permalink
fix: docker config name (#442)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Han <[email protected]>
  • Loading branch information
superhx authored Nov 13, 2023
1 parent d021080 commit 319e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ add_settings_for_s3() {
add_or_setup_value "s3.object.block.size" "16777216" "${file_name}"
add_or_setup_value "s3.object.part.size" "33554432" "${file_name}"
add_or_setup_value "s3.cache.size" "1073741824" "${file_name}"
add_or_setup_value "s3.object.compaction.cache.size" "536870912" "${file_name}"
add_or_setup_value "stream.set.object.compaction.cache.size" "536870912" "${file_name}"
fi
}

Expand Down

0 comments on commit 319e880

Please sign in to comment.