Verified Commit 3e704c50 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

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

parent 8f562c05
Pipeline #1707 passed with stages
in 1 minute and 54 seconds
......@@ -189,6 +189,8 @@ public class GitlabFilter extends Filter<GitlabTicket, GitlabFilter>
else throw new DeserializationException(e);
}
lastReceivedItemCount = tr.size();
logger.log(Level.FINER, "starting query post filter");
Stream<GitlabTicketResponse> 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