Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating default page size to 1000 from 10 (#282)
Fixed page size problem with `all()` The default page size for `all` is supposed to be 1000 not 10, for performance reasons. When I changed the constant `DEFAULT_PAGE_SIZE` a while back, I seem to have forgotten to have changed it here. This fixes that.
- Loading branch information