chg retention to 60 days

This commit is contained in:
crflynn
2018-05-21 08:55:54 -04:00
parent 158d298dd5
commit 06ebf61fce
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 = 45
MAX_RECORD_AGE = 60
def get_google_credentials():