mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-03 09:09:17 -05:00
Don't turn on profiling
This commit is contained in:
parent
e4e33c743e
commit
9fda8b5193
@ -642,7 +642,7 @@ def _resource_id(resource, path_seg):
|
|||||||
|
|
||||||
|
|
||||||
def run(hs):
|
def run(hs):
|
||||||
PROFILE_SYNAPSE = True
|
PROFILE_SYNAPSE = False
|
||||||
if PROFILE_SYNAPSE:
|
if PROFILE_SYNAPSE:
|
||||||
def profile(func):
|
def profile(func):
|
||||||
from cProfile import Profile
|
from cProfile import Profile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user