summary refs log tree commit diff
path: root/synapse/app/pusher.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2016-04-25 17:56:24 +0100
committerMark Haines <mark.haines@matrix.org>2016-04-25 17:56:24 +0100
commitf15e9e8de4329ed7f726d3405c8aa37a52c8db24 (patch)
tree2b1b45e5aa2bc4739875925a8e8da6739abdfae7 /synapse/app/pusher.py
parentAdd a metrics listener and a ssh listener to the pusher (diff)
downloadsynapse-f15e9e8de4329ed7f726d3405c8aa37a52c8db24.tar.xz
Remove the uncomments from the comments
Diffstat (limited to 'synapse/app/pusher.py')
-rw-r--r--synapse/app/pusher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/app/pusher.py b/synapse/app/pusher.py
index abb9f1fe8e..e6aa0aa65c 100644
--- a/synapse/app/pusher.py
+++ b/synapse/app/pusher.py
@@ -62,11 +62,11 @@ class SlaveConfig(DatabaseConfig):
         #replication_url: https://localhost:{replication_port}/_synapse/replication
 
         listeners: []
-        # Uncomment to enable a ssh manhole listener on the pusher.
+        # Enable a ssh manhole listener on the pusher.
         # - type: manhole
         #   port: {manhole_port}
         #   bind_address: 127.0.0.1
-        # Uncomment to enable a metric listener on the pusher.
+        # Enable a metric listener on the pusher.
         # - type: http
         #   port: {metrics_port}
         #   bind_address: 127.0.0.1