mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 16:28:52 +00:00
archive_eol: Reduce activity threshold to 13 weeks
This commit is contained in:
@@ -132,7 +132,7 @@ def main() -> None:
|
|||||||
return
|
return
|
||||||
|
|
||||||
earliest = datetime.datetime.now(datetime.timezone.utc) - datetime.timedelta(
|
earliest = datetime.datetime.now(datetime.timezone.utc) - datetime.timedelta(
|
||||||
weeks=60
|
weeks=13
|
||||||
)
|
)
|
||||||
count = 0
|
count = 0
|
||||||
while count < len(eols):
|
while count < len(eols):
|
||||||
|
|||||||
Reference in New Issue
Block a user