Update so-minion

This commit is contained in:
Mike Reeves
2024-03-05 15:05:03 -05:00
committed by GitHub
parent 781f96a74e
commit 6eb608c3f5

View File

@@ -96,7 +96,7 @@ function pcapspace() {
fi
local s=$(( $SPACESIZE / 1000000 ))
local s1=$(( $s / 2 ))
local s1=$(( $s / 4 ))
local s2=$(( $s1 / $lb_procs ))
MAXPCAPFILES=$s2