mirror of
https://codeberg.org/demostf/cleanup.git
synced 2026-06-03 10:04:10 +02:00
parent
10749f5a64
commit
6b65ee144c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ async fn main() -> Result<(), MainError> {
|
|||
)
|
||||
.await?;
|
||||
|
||||
let cutoff_time = Utc::now() - Duration::days(2 * 365);
|
||||
let cutoff_time = Utc::now() - Duration::days(3 * 365);
|
||||
|
||||
for demo in demos {
|
||||
if demo.time > cutoff_time {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue