mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-15 01:10:45 -05:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/setup
This commit is contained in:
commit
fa90c180ee
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,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…
Add table
Add a link
Reference in a new issue