Add Middleware to trace memory usage
This commit is contained in:
parent
6d42c8337f
commit
c4664de41f
3 changed files with 20 additions and 0 deletions
|
|
@ -104,4 +104,5 @@ if env.bool("WEAK_PASSWORDS", default=False):
|
|||
MIDDLEWARE = (
|
||||
"funkwhale_api.common.middleware.DevHttpsMiddleware",
|
||||
"funkwhale_api.common.middleware.ProfilerMiddleware",
|
||||
"funkwhale_api.common.middleware.PymallocMiddleware",
|
||||
) + MIDDLEWARE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue