diff --git a/pypistats/tasks/pypi.py b/pypistats/tasks/pypi.py index d2d817a..72f7cdd 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 = 90 +MAX_RECORD_AGE = 120 def get_google_credentials(): diff --git a/pypistats/templates/about.html b/pypistats/templates/about.html index 91f5c5e..5016abf 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 90 days.
+PyPI Stats attempts to operate within the free tier of its hosted services. For this reason, aggregate data is only retained for 120 days.
A simple JSON API diff --git a/pypistats/templates/api.html b/pypistats/templates/api.html index b00312c..9e8783a 100644 --- a/pypistats/templates/api.html +++ b/pypistats/templates/api.html @@ -12,7 +12,7 @@