Skip to content

Commit

Permalink
fix live-back-filler error handling causing cpu spikes
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jul 25, 2024
1 parent 4163f82 commit a46ef84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/live_back_filler.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func requestBackProcessing(ctx context.Context, logger *zap.Logger, liveCachingR
if err == io.EOF {
break
}
return err
}
}

Expand Down

0 comments on commit a46ef84

Please sign in to comment.