Skip to content

Commit c174866

Browse files
zeripathlafriks
andauthored
Update modules/queue/queue_bytefifo.go
Co-authored-by: Lauris BH <[email protected]>
1 parent fce6795 commit c174866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/queue/queue_bytefifo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ func (q *ByteFIFOQueue) readToChan() {
120120
backOffTime += backOffTime / 2
121121
if backOffTime > maxBackOffTime {
122122
backOffTime = maxBackOffTime
123-
return maxBackOffTime
124123
}
125124
return backOffTime
126125
}

0 commit comments

Comments
 (0)