mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint in indexcoord/prama_table.go (#9229)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/9234/head
parent
a441e29c82
commit
325dbc59cf
|
@ -68,6 +68,7 @@ func (pt *ParamTable) initServiceAddress() {
|
||||||
pt.ServiceAddress = ret
|
pt.ServiceAddress = ret
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// initServerMaxSendSize initializes the max send size of IndexCoord service.
|
||||||
func (pt *ParamTable) initServerMaxSendSize() {
|
func (pt *ParamTable) initServerMaxSendSize() {
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue