Files
teleport/api/utils/clientutils
Luke Okraszewski 5486f519e6 [clientutils] preserve pagesize between page calls (#61844)
With this change rangeInternal will preserve the last used pageSize which prevents issues with excess allocations when every page contains items too large for a successful list call.

Towards: #61839

Changelog: Fixes client side pagination utilities to preserve page size between list calls which previously led to high memory consumption on the server side leading to crashes.
2025-11-28 15:10:57 +00:00
..