Input responses while syncing. (#323)

* Send pending input responses after syncing.
* Send input statuses on expired inputs.
* Sqlite no journal.
This commit is contained in:
Ravin Perera
2021-06-12 15:14:21 +05:30
committed by GitHub
parent aae1617ec0
commit c1e1cd12a8
17 changed files with 336 additions and 68 deletions

View File

@@ -38,7 +38,7 @@ if [ "$mode" = "info" ] || [ "$mode" = "select" ] ||
echo "mode: $mode"
else
echo "Invalid command."
echo " Expected: info | select | new | updatebin <N> | updateconfig [N] | reconfig" \
echo " Expected: info | select | new | updatebin [N] | updateconfig [N] | reconfig" \
" | start [N] | stop [N] | check [N] | log <N> | kill [N] | reboot <N> | ssh <N>or<command>" \
" | ssl <email>or<N> <email> | lcl | pubkey [N]"
echo " <N>: Required node no. [N]: Optional node no."