Skip to content

Commit

Permalink
fix: set default read and write timeout for pprof service (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 authored Oct 29, 2024
1 parent 2948fa6 commit 2956bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/zprofiller/zprofiller.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
defaultAddress = ":8888"
defaultTimeOut = 240000
defaultTimeOut = 300
)

type Config struct {
Expand Down

0 comments on commit 2956bbb

Please sign in to comment.