未验证 提交 e2eed6fd 编写于 作者: T Ten Thousand Leaves 提交者: GitHub

Reduce ID cache duration from 60min to 5min. (#16409)

/kind improvement

issue: #15593
Signed-off-by: NYuchen Gao <yuchen.gao@zilliz.com>
上级 dc47acba
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册