Forums

I had API code below that used a PullPageSize of 500 and worked fine, but with the OneSpan updates that returns a null pointer.  I can use 100 without a problem.  

 

Why was the size limited?  What is the limit?  Using 100 make my retrievals MUCH slower

 

PageRequest npr = new PageRequest(i, PullPageSize);