Skip to content

Commit

Permalink
fix sleep print
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajsoni19 committed Jan 17, 2025
1 parent dba3813 commit d854ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manager/pipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (p *pipe) NextSubscribers(result chan *NextSubResult) {
p.slidingCount,
p.SlidingWindowDuration,
p.slidingStart.Format(time.RFC822Z),
time.Second)
wait)

p.slidingCount = 0
p.pauseFor(wait)
Expand Down

0 comments on commit d854ae5

Please sign in to comment.