Skip to content

Commit

Permalink
Don't forget rate limiting state on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Nov 6, 2023
1 parent d1c5067 commit a20ecdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/reconstitution/writebuffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func (w *writeBuffer) processQueueItem(ctx context.Context) bool {
w.mut.Lock()
w.state[sliceNSN] = append(w.state[sliceNSN], updates...)
w.mut.Unlock()
w.queue.Forget(item)
w.queue.AddRateLimited(item)

return true
Expand Down

0 comments on commit a20ecdc

Please sign in to comment.