Open geertjanvdk opened 3 years ago
Previously, the first request to TIE was using the updated_at_since field to order data. This proved to be not so good, and also slow.
updated_at_since
We change the first request to use first_seen_at instead.
first_seen_at
Previously, the first request to TIE was using the
updated_at_since
field to order data. This proved to be not so good, and also slow.We change the first request to use
first_seen_at
instead.