summary refs log tree commit diff
path: root/demo
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-01-27 20:09:52 +0000
committerMark Haines <mark.haines@matrix.org>2015-01-27 20:09:52 +0000
commitb19cf6a105ad87954e15cf01e60e14fec280db6d (patch)
treeffe11b20ce8ffad0324660fb46077069fd404349 /demo
parentStart implementing incremental initial sync (diff)
downloadsynapse-b19cf6a105ad87954e15cf01e60e14fec280db6d.tar.xz
Wait for events if the incremental sync is empty and a timeout is given
Diffstat (limited to 'demo')
-rwxr-xr-xdemo/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/start.sh b/demo/start.sh
index bb2248770d..a7502e7a8d 100755
--- a/demo/start.sh
+++ b/demo/start.sh
@@ -16,7 +16,7 @@ if [ $# -eq 1 ]; then
     fi
 fi
 
-for port in 8080 8081 8082; do
+for port in 8080; do
     echo "Starting server on port $port... "
 
     https_port=$((port + 400))