mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-20 01:00:25 -05:00
* Add test for #4811: query history should have bounded size * Fix #4811: Enforce bounded size for query history Add enforceLimit() helper that ensures history never exceeds HistorySize. Call it from Get(), Push(), and load() to prevent unbounded memory growth even when history is pre-populated from file or direct manipulation.