Update status.inc

This commit is contained in:
2024-01-01 18:44:25 -06:00
parent 55e38143e5
commit 7c0f4c5cfc

View File

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