extend retention

This commit is contained in:
crflynn
2018-10-12 08:54:42 -04:00
parent b69d8c78e7
commit 2b3a893488

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 = 180
MAX_RECORD_AGE = 200
def get_google_credentials():