Skip to content

Commit

Permalink
fix: download timed out
Browse files Browse the repository at this point in the history
ref: Longhorn-6256

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang authored and bk201 committed Jul 11, 2023
1 parent d5bb2ba commit 73ba77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manager/httpserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (s *HttpServer) createNodeBundle(w http.ResponseWriter, req *http.Request)
}

func (s *HttpServer) Run(m *SupportBundleManager) {
defaultTimeout := 30 * time.Second
defaultTimeout := 24 * time.Hour

r := mux.NewRouter()
r.UseEncodedPath()
Expand Down

0 comments on commit 73ba77d

Please sign in to comment.