Code review comment for lp:~arthru/prestashoperpconnect/fix-1199664

Revision history for this message
arthru (arthru) wrote :

I don't see the point with the two ranges.

limit=0,1000 will get 1000 elements from the first, and we loop until the response is not composed of 1000 elements.

The limit parameter does not filter for the id less than a number, it is really the 1000 first elements, disregarding if their id is less or more than 1000.

« Back to merge proposal