feat(notes): retry syncing notes when failed due to timeout
This commit is contained in:
parent
059a164a50
commit
88a154f077
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ notesSync() {
|
|||
}
|
||||
else
|
||||
echo ">>> Sync skipped due to timeout ($time)"
|
||||
echo "retrying..."
|
||||
notesSync
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue