mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci]Fix allocator typo error (#10275)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
parent
983bd1d473
commit
42a85f6d9d
@ -108,7 +108,7 @@ func (t *Ticker) Init() {
|
||||
t.ticker = time.NewTicker(t.UpdateInterval)
|
||||
}
|
||||
|
||||
// Reset rests the inner member `ticker`.
|
||||
// Reset resets the inner member `ticker`.
|
||||
func (t *Ticker) Reset() {
|
||||
t.ticker.Reset(t.UpdateInterval)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user