mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix datanode comment typo error (#10502)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
3b8c17abf8
commit
31393d8801
@ -56,16 +56,16 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// RPCConnectionTimeout used to set the timeout for rpc request
|
||||
// RPCConnectionTimeout is used to set the timeout for rpc request
|
||||
RPCConnectionTimeout = 30 * time.Second
|
||||
|
||||
// MetricRequestsTotal used to count the num of total requests
|
||||
// MetricRequestsTotal is used to count the num of total requests
|
||||
MetricRequestsTotal = "total"
|
||||
|
||||
// MetricRequestsSuccess used to count the num of successful requests
|
||||
// MetricRequestsSuccess is used to count the num of successful requests
|
||||
MetricRequestsSuccess = "success"
|
||||
|
||||
// ConnectEtcdMaxRetryTime used to limit the max retry time for connection etcd
|
||||
// ConnectEtcdMaxRetryTime is used to limit the max retry time for connection etcd
|
||||
ConnectEtcdMaxRetryTime = 1000
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user