120 days retention

This commit is contained in:
crflynn
2018-06-25 22:05:16 -04:00
parent f5a60c9476
commit 49d04de2a5
3 changed files with 3 additions and 3 deletions

View File

@@ -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():