diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-01-27 20:09:52 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-01-27 20:09:52 +0000 |
commit | b19cf6a105ad87954e15cf01e60e14fec280db6d (patch) | |
tree | ffe11b20ce8ffad0324660fb46077069fd404349 /demo/start.sh | |
parent | Start implementing incremental initial sync (diff) | |
download | synapse-b19cf6a105ad87954e15cf01e60e14fec280db6d.tar.xz |
Wait for events if the incremental sync is empty and a timeout is given
Diffstat (limited to 'demo/start.sh')
-rwxr-xr-x | demo/start.sh | 2 |
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)) |