Set SILKY_PYTHON_PROFILER_BINARY setting to False by default (#1218)
# What this PR does Here is the example of the visualisation with `snakeviz` <img width="1126" alt="Screenshot 2023-01-25 at 22 15 49" src="https://user-images.githubusercontent.com/2262529/214586753-ad49a002-27e1-4e44-82f2-4ad5f4e40101.png"> ## Which issue(s) this PR fixes ## Checklist - [ ] Tests updated - [ ] Documentation added - [ ] `CHANGELOG.md` updated
This commit is contained in:
parent
dd27b3f2c5
commit
a6a781320d
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ if SILK_PROFILER_ENABLED:
|
|||
|
||||
SILKY_AUTHENTICATION = True
|
||||
SILKY_AUTHORISATION = True
|
||||
SILKY_META = True
|
||||
SILKY_PYTHON_PROFILER_BINARY = getenv_boolean("SILKY_PYTHON_PROFILER_BINARY", default=False)
|
||||
SILKY_MAX_RECORDED_REQUESTS = 10**4
|
||||
SILKY_PYTHON_PROFILER = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue