Skip to content

Commit 33fe267

Browse files
authored
fix to#1207 (#1214)
1 parent 7d452fc commit 33fe267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consumer/consumer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ func (dc *defaultConsumer) lockAll() {
578578
if exist {
579579
pq := v.(*processQueue)
580580
pq.WithLock(true)
581-
pq.UpdateLastConsumeTime()
581+
pq.UpdateLastLockTime()
582582
}
583583
set[_mq] = true
584584
}

0 commit comments

Comments
 (0)