summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-26 18:27:23 +0000
committerErik Johnston <erik@matrix.org>2016-01-27 17:33:26 +0000
commitf93ecf87837567a540904e5d6a4280cf453ce7a8 (patch)
tree2d05b995d4867811526e63d2480a3f253bf3d450 /synapse
parentFix tests (diff)
downloadsynapse-f93ecf87837567a540904e5d6a4280cf453ce7a8.tar.xz
Don't turn on profiling
Diffstat (limited to 'synapse')
-rwxr-xr-xsynapse/app/homeserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py
index fb76be58a2..504557b2fc 100755
--- a/synapse/app/homeserver.py
+++ b/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