Skip to content

Commit

Permalink
fix: Decrease delay
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed May 27, 2023
1 parent b248fc9 commit 3870683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ else

fi

delay=5000
delay=500
elapsed=$((($(date +%s%N) - ts)/1000000))

if [[ delay -gt elapsed ]]; then
Expand Down

0 comments on commit 3870683

Please sign in to comment.