Skip to content

Commit

Permalink
Update defaults to proposed time values
Browse files Browse the repository at this point in the history
  • Loading branch information
cryo committed Sep 24, 2024
1 parent d42866a commit 2ff8199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/clear_old_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
@dataclass
class Config:
dry: bool = True
delete_smurf_data_after_days: int = 31 * 5
delete_smurf_data_after_days: int = 31
delete_timestream_data_after_days: int = 365 // 2
delete_core_dumps_after_days: int = 365 * 10
delete_logs_after_days: int = 365 * 10
delete_core_dumps_after_days: int = 365
delete_logs_after_days: int = 365
verbose: bool = True

@classmethod
Expand Down

0 comments on commit 2ff8199

Please sign in to comment.