mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine etcd kv comment (#12872)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/12883/head
parent
55e62cc7ff
commit
d3c23ca5e9
|
@ -29,11 +29,11 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
// RequestTimeout default timeout for etcd request.
|
||||
// RequestTimeout is default timeout for etcd request.
|
||||
RequestTimeout = 10 * time.Second
|
||||
)
|
||||
|
||||
// EtcdKV implements TxnKv interface, it supports to process multiple kvs in a transaction.
|
||||
// EtcdKV implements TxnKV interface, it supports to process multiple kvs in a transaction.
|
||||
type EtcdKV struct {
|
||||
client *clientv3.Client
|
||||
rootPath string
|
||||
|
|
Loading…
Reference in New Issue