Updated check mode verbiage

-Remove reference to index_timeout setting which doesn't exist and add reference to sync.update_timeout
This commit is contained in:
Joe Uhren
2021-11-21 13:22:24 -07:00
parent 054ac86db3
commit 5d5719dfef
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ function usage() {
console.log('Notes:');
console.log('- \'current block\' is the latest created block when script is executed.');
console.log('- The market + peers databases only support (& defaults to) reindex mode.');
console.log('- If check mode finds missing data (ignoring new data since last sync),');
console.log(' index_timeout in settings.json is set too low.');
console.log('- If check mode finds missing data (other than new data since last sync),');
console.log(' this likely means that sync.update_timeout in settings.json is set too low.');
console.log('');
process.exit(0);
}