Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/httprange/http_reader.go')
-rw-r--r--internal/httprange/http_reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/httprange/http_reader.go b/internal/httprange/http_reader.go
index 8e632212..467256a0 100644
--- a/internal/httprange/http_reader.go
+++ b/internal/httprange/http_reader.go
@@ -62,7 +62,7 @@ var httpClient = &http.Client{
metrics.HTTPRangeTraceDuration,
metrics.HTTPRangeRequestDuration,
metrics.HTTPRangeRequestsTotal,
- 15*time.Second,
+ httptransport.DefaultTTFBTimeout,
),
}