blockcheck: speed up nfqws on slow system

This commit is contained in:
bol-van 2023-10-31 12:21:19 +03:00
parent a6982865aa
commit 2de52fdbf2

View File

@ -449,6 +449,8 @@ pktws_start()
;; ;;
esac esac
PID=$! PID=$!
# give some time to initialize
minsleep
} }
tpws_start() tpws_start()
{ {