diff --git a/pypistats/tasks/pypi.py b/pypistats/tasks/pypi.py index 2671d4a..ff87425 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 = 180 +MAX_RECORD_AGE = 200 def get_google_credentials():