From 2c9776feaa7edac6e0b1c40cba72a0fc6ec2e985 Mon Sep 17 00:00:00 2001 From: Bennu Date: Thu, 28 Oct 2021 20:22:59 +0800 Subject: [PATCH] [skip ci] Add comments for milvus.yaml (#10825) Signed-off-by: Bennu --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 2f1a6864cb..ce3948efae 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -83,7 +83,7 @@ queryCoord: # Related configuration of queryNode, used to run hybrid search between vector and scalar data. queryNode: cacheSize: 32 # GB, default 32 GB, `cacheSize` is the memory used for caching data for faster query. The `cacheSize` must be less than system memory size. - gracefulTime: 0 # ms, for search + gracefulTime: 0 # Minimum time before the newly inserted data can be searched (in ms) port: 21123 grpc: