mirror of https://github.com/milvus-io/milvus.git
Reduce ID cache duration from 60min to 5min. (#16409)
/kind improvement issue: #15593 Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>pull/16204/head
parent
dc47acba29
commit
e2eed6fd94
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue