mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
speed up shard leader cache update frequency (#27640)
Signed-off-by: Wei Liu <wei.liu@zilliz.com>
This commit is contained in:
parent
7aa862c0ea
commit
43f2452f4b
@ -1087,7 +1087,7 @@ please adjust in embedded Milvus: false`,
|
||||
p.ShardLeaderCacheInterval = ParamItem{
|
||||
Key: "proxy.shardLeaderCacheInterval",
|
||||
Version: "2.2.4",
|
||||
DefaultValue: "10",
|
||||
DefaultValue: "3",
|
||||
Doc: "time interval to update shard leader cache, in seconds",
|
||||
}
|
||||
p.ShardLeaderCacheInterval.Init(base.mgr)
|
||||
|
Loading…
Reference in New Issue
Block a user