未验证 提交 a548ce1c 编写于 作者: J Jiquan Long 提交者: GitHub

Change default max shards num to 64 (#22016)

Signed-off-by: Nlongjiquan <jiquan.long@zilliz.com>
上级 5abb8a08
......@@ -6,6 +6,4 @@ const (
globalIDAllocatorSubPath = "gid"
globalTSOAllocatorKey = "timestamp"
globalTSOAllocatorSubPath = "tso"
maxShardNum = 64
)
......@@ -749,7 +749,7 @@ func (p *proxyConfig) init(base *BaseTable) {
p.MaxShardNum = ParamItem{
Key: "proxy.maxShardNum",
DefaultValue: "256",
DefaultValue: "64",
Version: "2.0.0",
PanicIfEmpty: true,
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册