This commit is contained in:
2019-02-07 10:39:16 -06:00
parent eac734efdf
commit 9417a66d48
2 changed files with 9 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ STATUS() {
echo
echo -e "${idsCL[Yellow]} Replication Status to Other Nodes${idsCL[Default]}"
DIVIDER true
timeout=`date --date='40 seconds' +%s`
timeout=`date --date='20 seconds' +%s`
nid=1
for nip in "${NODE_HOSTS[@]}"
do