We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec2f9d commit a26458eCopy full SHA for a26458e
pkg/phpfpm/config.go
@@ -62,7 +62,7 @@ func fillPull(config *Config, iniConfig *ini.File, poolName string) error {
62
pool.RequestSlowlogTimeout, _ = strconv.Atoi(key.String())
63
}
64
65
- pool.RequestSlowlogTraceDepth = 20
+ pool.RequestSlowlogTraceDepth = 64
66
key, err = section.GetKey("request_slowlog_trace_depth")
67
if err == nil {
68
pool.RequestSlowlogTraceDepth, _ = strconv.Atoi(key.String())
0 commit comments