From 979810690cb585017d7d3565200c444483d3e7ad Mon Sep 17 00:00:00 2001 From: Andreas Zoglauer Date: Fri, 15 Sep 2023 10:55:13 -0700 Subject: [PATCH] CHG: Sleep 1 second between starts --- bin/mresponsecreator | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mresponsecreator b/bin/mresponsecreator index b8672c2b..db9e075a 100755 --- a/bin/mresponsecreator +++ b/bin/mresponsecreator @@ -207,6 +207,7 @@ else nice -19 responsecreator -f ${SINGLEFILE} -r ${OUT} ${NEWCMD} &> /dev/null & fi echo "Started run ${COUNTER} out of ${COUNTERMAX} with ID ${ID}" + sleep 1 COUNTER=$(( ${COUNTER} + 1 )) done