Skip to content
Snippets Groups Projects
Commit 124b12c4 authored by mbrodhu's avatar mbrodhu
Browse files

better restoken handling by end of list

parent 67bff11c
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ public class RecordListDeliverer {
cursor = cursorCollector.get(resumptionToken).intValue() + i;
resTokenForResponse.setCursor(BigInteger.valueOf((long) cursor));
cursorCollector.put(scrollResp.getScrollId(), cursor);
cursorCollector.remove(resumptionToken);
//cursorCollector.remove(resumptionToken);
}else {
resTokenForResponse.setCursor(BigInteger.valueOf(searchResponseSize));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment