Skip to content

Commit

Permalink
reduces process sleep to 5 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-burns committed Jul 17, 2024
1 parent 3e3b382 commit 4cc8ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_process_requests_loop.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#/bin/bash
while true; do
./process_requests $1
sleep 20
sleep 5
done

0 comments on commit 4cc8ac8

Please sign in to comment.