Skip to content

Commit

Permalink
chore: remove request timeout
Browse files Browse the repository at this point in the history
this isn't working too well. We need to look more deeply into this
  • Loading branch information
2color committed Nov 14, 2024
1 parent 8759a7b commit ef69b64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ func start(ctx context.Context, cfg *config) error {
// Add request logging.
handler = withRequestLogger(handler)

// Add request timeout
handler = http.TimeoutHandler(handler, 30*time.Second, "Request timed out")

// Add request tracing
handler = withTracingAndDebug(handler, cfg.tracingAuth)

Expand Down

0 comments on commit ef69b64

Please sign in to comment.