diff options
| author | Aymeric Augustin | 2014-03-13 22:21:42 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2014-03-13 22:21:42 +0100 |
| commit | 110b509f8d10a2c877fb4175e8cfa0484eb7bcc2 (patch) | |
| tree | 2f11b1ce1180f144664b21621787e817bbdc889a /docs/configuration.rst | |
| parent | b3e2c1afb1518802609f493343165a90169ae64a (diff) | |
| parent | aa99ebc2a22b71bd1894a53059275f7281f67a71 (diff) | |
| download | django-debug-toolbar-110b509f8d10a2c877fb4175e8cfa0484eb7bcc2.tar.bz2 | |
Merge pull request #560 from tim-schilling/profiler-max-depth-settings-515
Allow profiler max depth to be configurable.
Diffstat (limited to 'docs/configuration.rst')
| -rw-r--r-- | docs/configuration.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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`` |
