Skip to content

Commit

Permalink
Ignore future dates
Browse files Browse the repository at this point in the history
If an entry arrives with a date in the future, disregard the date
and use the internal fetch date instead.

Note, the ignore_entry option is not safe to use without this patch:
  rubys/venus#35

Change-Id: If2c6ea31c8d60211e93615c6104d193e1970e271
  • Loading branch information
James E. Blair committed Jan 15, 2016
1 parent 6da30b3 commit 156b799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cache_directory = cache
output_dir = /srv/planet/openstack
feed_timeout = 20
items_per_page = 60
future_dates = ignore_date
log_level = DEBUG

# additional files to copy (note the wildcards!)
Expand Down

0 comments on commit 156b799

Please sign in to comment.