Closed twhoffma closed 6 years ago
Appearantly, now pagesize is ignored and that makes all stats num/1000+1 times as high as they should be.
Patch: Either disable pagesize or use page size only when one has inspected how many records are returned.
Changed it to check all items in first requests instead of only geeklists and boardgames. Will check if pagesize is ignored and skip the remaining requests in that case
Appearantly, now pagesize is ignored and that makes all stats num/1000+1 times as high as they should be.
Patch: Either disable pagesize or use page size only when one has inspected how many records are returned.