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"] PSQL_TABLES = ["overall", "python_major", "python_minor", "system"]
# Number of days to retain records # Number of days to retain records
MAX_RECORD_AGE = 60 MAX_RECORD_AGE = 90
def get_google_credentials(): def get_google_credentials():

View File

@@ -12,7 +12,7 @@
<ul> <ul>
<li>All download stats exclude known mirrors (such as <li>All download stats exclude known mirrors (such as
<a href="{{ url_for('general.package', package='bandersnatch')}}">bandersnatch</a>) unless noted otherwise.</li> <a href="{{ url_for('general.package', package='bandersnatch')}}">bandersnatch</a>) unless noted otherwise.</li>
<li>Time series data is retained only for 60 days.</li> <li>Time series data is retained only for 90 days.</li>
<li>All download data is updated once daily.</li> <li>All download data is updated once daily.</li>
</ul> </ul>
</p> </p>