From e2eed6fd94f58543114d7b450866f167e664a634 Mon Sep 17 00:00:00 2001 From: Ten Thousand Leaves <69466447+soothing-rain@users.noreply.github.com> Date: Thu, 7 Apr 2022 12:21:31 +0800 Subject: [PATCH] Reduce ID cache duration from 60min to 5min. (#16409) /kind improvement issue: #15593 Signed-off-by: Yuchen Gao --- configs/embedded-milvus.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.