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-26 17:06:04 +0100
committerMark Haines <mark.haines@matrix.org>2016-04-26 17:06:18 +0100
commitc9eab73f2a5c0e61ffd0de46d8bd4750f53e7ccb (patch)
treeaee24009e3a354424e5987656ba2ac6578811cf5 /synapse/app/pusher.py
parentMerge pull request #753 from matrix-org/markjh/daemon_pusher (diff)
downloadsynapse-c9eab73f2a5c0e61ffd0de46d8bd4750f53e7ccb.tar.xz
Fix typo in default pusher config
Diffstat (limited to '')
-rw-r--r--synapse/app/pusher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/pusher.py b/synapse/app/pusher.py

index a67650b5d1..230156559e 100644 --- a/synapse/app/pusher.py +++ b/synapse/app/pusher.py
@@ -79,7 +79,7 @@ class SlaveConfig(DatabaseConfig): # port: {metrics_port} # bind_address: 127.0.0.1 # resources: - # - names: ["metrics"], + # - names: ["metrics"] # compress: False report_stats: False