increase retention to 90 days

This commit is contained in:
crflynn
2018-05-31 21:02:24 -04:00
parent f375888ff5
commit 3eacf6a669
2 changed files with 2 additions and 2 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 = 60
MAX_RECORD_AGE = 90
def get_google_credentials():