diff --git a/configs/embedded-milvus.yaml b/configs/embedded-milvus.yaml index 0a18fcc7db..5c07160239 100644 --- a/configs/embedded-milvus.yaml +++ b/configs/embedded-milvus.yaml @@ -94,8 +94,8 @@ proxy: maxDimension: 32768 # Maximum dimension of a vector maxShardNum: 256 # Maximum number of shards in a collection maxTaskNum: 1024 # max task number of proxy task queue - bufFlagExpireTime: 3600 # second, the time to expire bufFlag from cache in collectResultLoop - bufFlagCleanupInterval: 600 # second, the interval to clean bufFlag cache in collectResultLoop + bufFlagExpireTime: 300 # second, the time to expire bufFlag from cache in collectResultLoop. Default 300. + bufFlagCleanupInterval: 600 # second, the interval to clean bufFlag cache in collectResultLoop. Default 600. ginLogging: false # Whether to produce gin logs.