Skip to content

Commit

Permalink
Reduce the amount debug data is stored to 3 days
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib authored Nov 7, 2023
1 parent 73a2de6 commit 069a246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Contex:

def __init__(self):
self._get_github_releases()
self.safe_time = self.now - timedelta(days=7)
self.safe_time = self.now - timedelta(days=3)

self.session = requests.Session()

Expand Down

0 comments on commit 069a246

Please sign in to comment.