Ok, i found a solution
l believe it’s line 649
# Gather some data
getNodeMetrics
[[ ${RETRIES} -gt 0 && ${fail_count} -eq ${RETRIES} ]] && myExit 1 "${style_status$
comment this line and add if false; then like bellow
#if [[ ${nodeStartTime} -le 0 ]]; then
if false; then
((fail_count++))
Save the file and next time press N for glive update