5 segments is plenty to get fingerprint

albatross
Willem Melching 2020-02-12 09:56:53 -08:00
parent 47fd50ca60
commit e5f2ac6ffa
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ if __name__ == "__main__":
route = sys.argv[1]
route = Route(route)
lr = MultiLogIterator(route.log_paths(), wraparound=False)
lr = MultiLogIterator(route.log_paths()[:5], wraparound=False)
get_fingerprint(lr)