mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 16:35:29 +08:00
11 lines
286 B
Go
11 lines
286 B
Go
package common
|
|
|
|
//const (
|
|
// PULSAR_URL = "pulsar://localhost:6650"
|
|
// PULSAR_MONITER_INTERVAL = 1 * time.Second
|
|
// PULSAR_TOPIC = "monitor-topic"
|
|
// ETCD_ROOT_PATH = "by-dev"
|
|
// SEGMENT_THRESHOLE = 10000
|
|
// DEFAULT_GRPC_PORT = ":53100"
|
|
//)
|