Skip to content

Commit 1c8e04f

Browse files
committed
change crc config to ture
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
1 parent 7a9bf25 commit 1c8e04f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/milvus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ minio:
124124
# We recommend using version 1.2 and above.
125125
tlsMinVersion: default
126126
# Whether to use CRC32C checksum for data integrity validation on MinIO/S3 PutObject requests.
127-
useCRC32C: false
127+
useCRC32C: true
128128
# Name of the bucket where Milvus stores data in MinIO or S3.
129129
# Milvus 2.0.0 does not support storing data in multiple buckets.
130130
# Bucket with this name will be created if it does not exist. If the bucket already exists and is accessible, it will be used directly. Otherwise, there will be an error.

0 commit comments

Comments
 (0)