Skip to content

Commit 719c49f

Browse files
committed
update lock expire time error if lock all success
1 parent 7d452fc commit 719c49f

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)