Merge branch 'develop' of github.com:matrix-org/synapse into erikj/setup

pull/4/merge
Erik Johnston 9 years ago
commit fa90c180ee
  1. 2
      synapse/app/homeserver.py

@ -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…
Cancel
Save