Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Mar 15, 2024
2 parents b164936 + 13d71b9 commit a24e856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eagleproject/scripts/gc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def run():
# event_seen is time sensitive and old entries are irrelevant
try:
EventSeen.objects.filter(
last_seen__lt=datetime.utcnow() - timedelta(minutes=59)
last_seen__lt=datetime.utcnow() - timedelta(hours=24)
).delete()
except Exception:
log.exception(
Expand Down

0 comments on commit a24e856

Please sign in to comment.