mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Correct spelling error in code comment (#13413)
Signed-off-by: xiangzhou.guo <xiangzhou.guo@zilliz.com>
This commit is contained in:
parent
78d583a3bb
commit
a87e690d53
@ -130,7 +130,7 @@ func NewChannelStore(kv kv.TxnKV) *ChannelStore {
|
||||
return c
|
||||
}
|
||||
|
||||
// Reload restores the buffer channels and node-channels mapping form kv
|
||||
// Reload restores the buffer channels and node-channels mapping from kv
|
||||
func (c *ChannelStore) Reload() error {
|
||||
keys, values, err := c.store.LoadWithPrefix(Params.ChannelWatchSubPath)
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user