speed up shard leader cache update frequency (#27640)

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
This commit is contained in:
wei liu 2023-10-16 10:52:10 +08:00 committed by GitHub
parent 7aa862c0ea
commit 43f2452f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)