mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve annotation (#14912)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>pull/14927/head
parent
1368126352
commit
c488c41dfb
|
@ -97,7 +97,7 @@ type orderFlushQueue struct {
|
|||
postInjection postInjectionFunc
|
||||
}
|
||||
|
||||
// newOrderFlushQueue creates a orderFlushQueue
|
||||
// newOrderFlushQueue creates an orderFlushQueue
|
||||
func newOrderFlushQueue(segID UniqueID, f notifyMetaFunc) *orderFlushQueue {
|
||||
q := &orderFlushQueue{
|
||||
segmentID: segID,
|
||||
|
|
Loading…
Reference in New Issue