Skip to content

Commit 2956bbb

Browse files
authored
fix: set default read and write timeout for pprof service (#149)
1 parent 2948fa6 commit 2956bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/zprofiller/zprofiller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
defaultAddress = ":8888"
16-
defaultTimeOut = 240000
16+
defaultTimeOut = 300
1717
)
1818

1919
type Config struct {

0 commit comments

Comments
 (0)