Skip to content

Conversation

@odysseaspenta
Copy link

This pull request fixes the issue reported in issue #588 where opening the database backups view generates an error in the logs.

It also fixes issue #589 where too many backup log entries can overwhelm the client and slow down the entire studio app.

The fix for this issue involves adding a filter to limit the total number of entries that are loaded and displayed from the backup log to prevent a very large number of log entries from slowing down the entire studio app.

This is a quick fix. A better fix would involve caching the backup log events on the client so that they are not constantly reloaded.

…added a filter to limit the total number of entries that are loaded and displayed from the backup log to prevent a very large number of log entries from slowing down the entire studio app.
@odysseaspenta odysseaspenta changed the title Fixed a couple of small issue relating to the handling of backup log entries. Fixed a couple of small issues relating to the handling of backup log entries. Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant