Skip to content

Commit

Permalink
fix: revert the revert -- that wasn't the problem (#1311)
Browse files Browse the repository at this point in the history
Reverts #1310 since it wasn't the issue.
  • Loading branch information
kentquirk authored Sep 4, 2024
1 parent 26814ac commit 290152a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/refinery/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ func main() {
Timeout: 10 * time.Second,
}).Dial,
TLSHandshakeTimeout: 15 * time.Second,
ForceAttemptHTTP2: true,
}

// peerTransport is the http transport used to send things to a local peer
Expand All @@ -156,6 +157,7 @@ func main() {
Timeout: 3 * time.Second,
}).Dial,
TLSHandshakeTimeout: 1200 * time.Millisecond,
ForceAttemptHTTP2: true,
}

genericMetricsRecorder := metrics.NewMetricsPrefixer("")
Expand Down

0 comments on commit 290152a

Please sign in to comment.