Update status.inc

This commit is contained in:
2024-02-09 10:54:49 -06:00
parent 3c26dcae65
commit ac3e303d1f

View File

@@ -2,7 +2,7 @@
STATUS(){ STATUS(){
start=$(date +%s) start=$(date +%s)
log_start=$(date "+%Y-%m-%d %H:%M:%S") log_start=$(date "+%Y-%m-%d %H:%M:%S")
SCAN_THREADS=10 SCAN_THREADS=6
if [ "${1}" != "" ] && [ "${NM_NODETYPES[${1^^}]}" != "" ]; then if [ "${1}" != "" ] && [ "${NM_NODETYPES[${1^^}]}" != "" ]; then
ntss=${1^^} ntss=${1^^}