diff --git a/pypistats/tasks/pypi.py b/pypistats/tasks/pypi.py index e5d2121..7899659 100644 --- a/pypistats/tasks/pypi.py +++ b/pypistats/tasks/pypi.py @@ -22,7 +22,7 @@ SYSTEMS = ("Windows", "Linux", "Darwin") PSQL_TABLES = ["overall", "python_major", "python_minor", "system"] # Number of days to retain records -MAX_RECORD_AGE = 45 +MAX_RECORD_AGE = 60 def get_google_credentials(): diff --git a/pypistats/templates/about.html b/pypistats/templates/about.html index 1909dc5..c065e62 100644 --- a/pypistats/templates/about.html +++ b/pypistats/templates/about.html @@ -10,7 +10,7 @@ download stats on Google BigQuery. All aggregate download stats ignore known PyPI mirrors (such as bandersnatch) unless noted otherwise.
-PyPI Stats attempts to operate within the free tier of its hosted services. For this reason, aggregate data is only retained for 30 days.
+PyPI Stats attempts to operate within the free tier of its hosted services. For this reason, aggregate data is only retained for 60 days.
A simple JSON API diff --git a/pypistats/templates/api.html b/pypistats/templates/api.html index e303dcd..40a355b 100644 --- a/pypistats/templates/api.html +++ b/pypistats/templates/api.html @@ -12,7 +12,7 @@