diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 83ab2a4c0e..08ca5a9808 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -500,7 +500,7 @@ common: BeamWidthRatio: 4 gracefulTime: 5000 # milliseconds. it represents the interval (in ms) by which the request arrival time needs to be subtracted in the case of Bounded Consistency. gracefulStopTimeout: 1800 # seconds. it will force quit the server if the graceful stop process is not completed during this time. - storageType: opendal # please adjust in embedded Milvus: local + storageType: minio # please adjust in embedded Milvus: local # Default value: auto # Valid values: [auto, avx512, avx2, avx, sse4_2] # This configuration is only used by querynode and indexnode, it selects CPU instruction set for Searching and Index-building.