-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: decrease max_page_size to 500
- Fetching the heaviest endpoint (TH2) using page_size=1000 took almost 20 seconds and returned 149M (tracker - StreamExpress 2024A - 378294 - PixelPhase1/Tracks/PXForward/clusterposition_xy_ontrack_PXDisk_-1). To avoid reaching the 30 seconds limit, page_size=500 is doable for the same parameters (76.6M, 13 seconds).
- Loading branch information
1 parent
5732746
commit 97c9550
Showing
2 changed files
with
2 additions
and
2 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