forked from 2600hz/kazoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust page size based on chunked/pagination settings (2600hz#6168)
Add tests for 4 scenarios from "big data" fetches: 1. paginated and chunked 2. paginated and unchunked 3. unpaginated and chunked 4. unpaginated and unchunked Wonderfully, 3 does not trip the memory limit while 4 does, so chunking is a nice benefit for unpaginated requests. Might consider defaulting to `is_chunked=true` when `paginate=false`...
- Loading branch information
1 parent
1175497
commit f5e88bc
Showing
2 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters