Skip to content

Commit

Permalink
chore(cloud/botb-battles): reduce wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Nov 16, 2024
1 parent f2de9c4 commit 20b40ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/cloud/botb_battles.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def ntfy_send(text):
sent_battles.append(battle)
sent_battles_ids.add(battle["id"])

time.sleep(3600) # 1h
time.sleep(1500) # 25m

# Collect garbage battles
for battle in sent_battles:
Expand Down

0 comments on commit 20b40ae

Please sign in to comment.