Skip to content

Commit

Permalink
No read timeout when reading metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Nov 18, 2024
1 parent 2601552 commit 777269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ func metricDrainSub(ctx context.Context, dbpool db.DB, logger *slog.Logger, secr
logger,
shared.NewPicoPipeClient(),
100,
10*time.Millisecond,
-1,
)

for {
Expand Down

0 comments on commit 777269b

Please sign in to comment.