milvus/internal/rootcoord/constrant.go
Jiquan Long a548ce1cf1
Change default max shards num to 64 (#22016)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
2023-02-07 14:43:57 +08:00

10 lines
303 B
Go

package rootcoord
const (
// TODO: better to make them configurable, use default value if no config was set since we never explode these before.
globalIDAllocatorKey = "idTimestamp"
globalIDAllocatorSubPath = "gid"
globalTSOAllocatorKey = "timestamp"
globalTSOAllocatorSubPath = "tso"
)