Stop ignoring certain bridge network statuses (#8462).
commit08a8a747fdfbf5c692067b9b9413387f93da6faf
authorKarsten Loesing <karsten.loesing@gmx.net>
Fri, 6 Feb 2015 18:26:31 +0000 (6 19:26 +0100)
committerKarsten Loesing <karsten.loesing@gmx.net>
Fri, 6 Feb 2015 18:29:46 +0000 (6 19:29 +0100)
tree262b563ee11b9321d068349ea9a5d5cbcf80908a
parent968def62d5872fb23279a35c2474db276ae455e7
Stop ignoring certain bridge network statuses (#8462).

Up to one month ago, Tonga published a new bridge network status every
half hour.  We didn't want to process that much data and simply
ignored statuses published after :30 of the hour.  But with the recent
change to only one status per hour, it's possible that all statuses
are published after :30 of the hour, and then we ignore all them all.
Stop ignoring those statuses.  In fact, it doesn't really matter if we
process more than one status per hour, because duplicate lines will
simply be removed as part of the database import process.
task-8462/src/Parse.java