mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-09 12:47:48 +00:00
increase retention to 90 days
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user