Skip to content

Commit

Permalink
CHG: Sleep 1 second between starts
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglauer committed Sep 15, 2023
1 parent f07df1b commit 9798106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mresponsecreator
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9798106

Please sign in to comment.