mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Don't turn on profiling
This commit is contained in:
parent
0487c9441f
commit
f93ecf8783
@ -651,7 +651,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 New Issue
Block a user