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

4
config
View File

@@ -322,8 +322,8 @@
#storage_cache_actions_on_debug = False
# Log profiling data on level=info
# Value: per_request | per_request_method
#profiling = per_request_method
# Value: per_request | per_request_method | none
#profiling = none
# Log profiling data per request minium duration (seconds)
#profiling_per_request_min_duration = 3