Remove _waiting for sync_ from the restart black list

This commit is contained in:
flow.gunso
2019-05-02 15:46:40 +02:00
parent 1e5fe32d2a
commit 16dd5a071a
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
# then it compares the statuses, when not empty, to the ones that do not require a restart. Finally either restart or don't.
seaf=/usr/bin/seaf-cli
dont_restart_on=("downloading" "committing" "waiting for sync")
dont_restart_on=("downloading" "committing")
restart=true
sleep 10s