Skip to content
Snippets Groups Projects
Commit 8aaa59f0 authored by mbrodhu's avatar mbrodhu
Browse files

increased lifetime of restoken

parent 9e000623
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ public abstract class RecordListDelivererAbstract implements RecordListDeliverer
private boolean foundItems;
public ResumptionTokenType resTokenForResponse;
private static final int LIFETIME_RES_TOKEN = 600;
private static final int LIFETIME_RES_TOKEN = 60000;
protected static Map<String, Integer> cursorCollector = new Hashtable<String, Integer>();
/**
......
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