Skip to content

Commit 50730d5

Browse files
Fix the amount of time between iterations
1 parent 32f860f commit 50730d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alerts/periodic_sender.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ function fetch_gas_price() {
1818

1919
source "$ENV_FILE"
2020

21-
# Each tic lasts for 30 seconds
22-
sleep_time=30
21+
# Each tic lasts for 30 minutes
22+
sleep_time=1800
2323
tic=0
2424

2525
while true; do

0 commit comments

Comments
 (0)