mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 23:23:50 +01:00
Don't turn on profiling
This commit is contained in:
parent
e4e33c743e
commit
9fda8b5193
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ def _resource_id(resource, path_seg):
|
|||
|
||||
|
||||
def run(hs):
|
||||
PROFILE_SYNAPSE = True
|
||||
PROFILE_SYNAPSE = False
|
||||
if PROFILE_SYNAPSE:
|
||||
def profile(func):
|
||||
from cProfile import Profile
|
||||
|
|
Loading…
Reference in a new issue