mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-30 07:41:13 -04:00
Wait for events if the incremental sync is empty and a timeout is given
This commit is contained in:
parent
a56008842b
commit
b19cf6a105
3 changed files with 61 additions and 8 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue