mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
10 lines
303 B
Go
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"
|
|
)
|