[GH-ISSUE #3121] [feature]: add message history limit to realtime #1029

Open
opened 2026-03-16 18:11:35 +03:00 by kerem · 0 comments
Owner

Originally created by @ghost on GitHub (Jun 7, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3121

Is there an existing issue for this?

  • I have searched the existing issues

Summary

A history limit setting that we can change through the settings. The settings goal is to limit how many messages can be in message history of realtime responses like WebSocket. For example, if we set history limit to 1000, Hoppscotch will only keep the last 1000 message in history. More older messages will be removed.

Why should this be worked on?

In things like WebSocket, we may get tens/hundreds of messages per second, Hoppscotch creates a new element on the browser page for each of them and they all consume memory. Since Hoppscotch is not deleting previous messages, it may end up with browser tab becoming unresponsive and huge memory consume.
Ekran görüntüsü 2023-06-06 192009

Originally created by @ghost on GitHub (Jun 7, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3121 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary A history limit setting that we can change through the settings. The settings goal is to limit how many messages can be in message history of realtime responses like WebSocket. For example, if we set history limit to 1000, Hoppscotch will only keep the last 1000 message in history. More older messages will be removed. ### Why should this be worked on? In things like WebSocket, we may get tens/hundreds of messages per second, Hoppscotch creates a new element on the browser page for each of them and they all consume memory. Since Hoppscotch is not deleting previous messages, it may end up with browser tab becoming unresponsive and huge memory consume. ![Ekran görüntüsü 2023-06-06 192009](https://github.com/hoppscotch/hoppscotch/assets/97892949/99a47e70-64bc-49d5-85d3-988437c9817c)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1029
No description provided.