From aa99ebc2a22b71bd1894a53059275f7281f67a71 Mon Sep 17 00:00:00 2001 From: tschilling Date: Wed, 12 Mar 2014 21:28:54 -0400 Subject: Allow profiler max depth to be configurable. --- docs/configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/configuration.rst b/docs/configuration.rst index 7f7461b..f6b4c20 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -149,6 +149,15 @@ Panel options Useful for eliminating server-related entries which can result in enormous DOM structures and toolbar rendering delays. +* ``PROFILER_MAX_DEPTH`` + + Default: ``10`` + + Panel: profiling + + This setting affects the depth of function calls in the profiler's + analysis. + * ``SHOW_TEMPLATE_CONTEXT`` Default: ``True`` -- cgit v1.2.3