Wait for events if the incremental sync is empty and a timeout is given

This commit is contained in:
Mark Haines 2015-01-27 20:09:52 +00:00
parent a56008842b
commit b19cf6a105
3 changed files with 61 additions and 8 deletions

View file

@ -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))