- commit
- 777269b
- parent
- 2601552
- author
- Antonio Mika
- date
- 2024-11-18 14:40:55 +0000 UTC
No read timeout when reading metrics
1 files changed,
+1,
-1
+1,
-1
1@@ -648,7 +648,7 @@ func metricDrainSub(ctx context.Context, dbpool db.DB, logger *slog.Logger, secr
2 logger,
3 shared.NewPicoPipeClient(),
4 100,
5- 10*time.Millisecond,
6+ -1,
7 )
8
9 for {