Skip to content

Commit a26458e

Browse files
committed
Increase RequestSlowlogTraceDepth to 64
1 parent 3ec2f9d commit a26458e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/phpfpm/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func fillPull(config *Config, iniConfig *ini.File, poolName string) error {
6262
pool.RequestSlowlogTimeout, _ = strconv.Atoi(key.String())
6363
}
6464

65-
pool.RequestSlowlogTraceDepth = 20
65+
pool.RequestSlowlogTraceDepth = 64
6666
key, err = section.GetKey("request_slowlog_trace_depth")
6767
if err == nil {
6868
pool.RequestSlowlogTraceDepth, _ = strconv.Atoi(key.String())

0 commit comments

Comments
 (0)