Verified Commit 2e656b30 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

refactor(systems/github): save received item count before local post-filter

parent 468262f0
......@@ -190,6 +190,8 @@ public class GithubFilter extends Filter<GithubTicket, GithubFilter>
else throw new DeserializationException(e);
}
lastReceivedItemCount = tr.size();
logger.log(Level.FINER, "starting query post filter");
Stream<GithubTicketResponse> ticketStream = tr.stream();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment