aboutsummaryrefslogtreecommitdiffstats
path: root/modules/lfstransfer/backend/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lfstransfer/backend/util.go')
-rw-r--r--modules/lfstransfer/backend/util.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lfstransfer/backend/util.go b/modules/lfstransfer/backend/util.go
index 98ce0b1e62..afe02f799c 100644
--- a/modules/lfstransfer/backend/util.go
+++ b/modules/lfstransfer/backend/util.go
@@ -132,6 +132,7 @@ func newInternalRequestLFS(ctx context.Context, internalURL, method string, head
return nil
}
req := private.NewInternalRequest(ctx, internalURL, method)
+ req.SetReadWriteTimeout(0)
for k, v := range headers {
req.Header(k, v)
}