profiling: default is now 'none' and config option will be checked instantly

This commit is contained in:
Peter Bieringer
2025-12-08 17:54:18 +01:00
parent 0776b1bdd0
commit 15ebb1e647
3 changed files with 14 additions and 8 deletions

View File

@@ -1696,9 +1696,10 @@ _(>= 3.5.10)_
Log profiling data on level=info
Default: `per_request`
Default: `none`
One of
* `none` (disabled)
* `per_request` (above minimum duration)
* `per_request_method` (regular interval)