Skip to content

Conversation

@simonprickett
Copy link
Contributor

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.

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.
@simonprickett simonprickett self-assigned this Jun 27, 2022
@simonprickett simonprickett added the bug Something isn't working label Jun 27, 2022
@simonprickett simonprickett requested a review from dvora-h June 27, 2022 16:25
@codecov-commenter
Copy link

codecov-commenter commented Jun 27, 2022

Codecov Report

Merging #282 (04438c1) into main (d604797) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #282      +/-   ##
==========================================
+ Coverage   77.27%   77.33%   +0.06%     
==========================================
  Files          12       12              
  Lines        1166     1165       -1     
==========================================
  Hits          901      901              
+ Misses        265      264       -1     
Flag Coverage Δ
unit 77.33% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aredis_om/model/model.py 86.38% <100.00%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d604797...04438c1. Read the comment docs.

@chayim chayim changed the title Fixed page size problem with all() Updating default page size to 1000 from 10 Jul 11, 2022
@dvora-h dvora-h merged commit 3f91f9e into main Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breakingchange bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants