Skip to content

Commit

Permalink
Only look back to the last 30 days for data on website generation. Pa…
Browse files Browse the repository at this point in the history
…rtially address project-mjolnir#4
  • Loading branch information
pbitzer committed Aug 25, 2020
1 parent 8a4e169 commit ade35b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sindri/website/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def generate_daily_data(


def generate_site_data(content_pages, project_path=None):
full_data = sindri.process.ingest_status_data(n_days=None)
full_data = sindri.process.ingest_status_data(n_days=30)
input_path_default = sindri.process.get_status_data_paths(n_days=1)[0]
if project_path:
project_path = Path(project_path) / ASSET_PATH
Expand Down

0 comments on commit ade35b0

Please sign in to comment.