mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error for initPort in indexnode (#12568)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
5e3e3b3b41
commit
518b9fe9ea
@ -70,6 +70,7 @@ func (pt *ParamTable) initParams() {
|
||||
pt.initServerMaxRecvSize()
|
||||
}
|
||||
|
||||
// initPort initializes the port of IndexNode service.
|
||||
func (pt *ParamTable) initPort() {
|
||||
port := pt.ParseInt("indexNode.port")
|
||||
pt.Port = port
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user