Skip to content

Commit

Permalink
added read idle timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Dec 19, 2023
1 parent fb79568 commit 8785595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemons/compute/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (service *Service) Manage() (msg string, err error) {
stdlog.Printf("GOMAXPROCS: %s\n", os.Getenv("GOMAXPROCS"))
stdlog.Printf("GOGC: %s\n", os.Getenv("GOGC"))
stdlog.Printf("GOMEMLIMIT: %s\n", os.Getenv("GOMEMLIMIT"))
stdlog.Printf("HTTP2_READ_IDLE_TIMEOUT_SECONDS: %s\n", os.Getenv("HTTP2_READ_IDLE_TIMEOUT_SECONDS"))

// Enable HTTP tracing. See https://pkg.go.dev/net/http/pprof for more details.
if options.Tracing {
Expand Down

0 comments on commit 8785595

Please sign in to comment.