mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 11:00:37 +08:00
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.