Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fixing localStorage overflow caused by unlimited logging of activityLog entries. Introduced sliding window of max 4000 items. #6

Open
wants to merge 1 commit into
base: 10.5
Choose a base branch
from

Conversation

tszustak
Copy link

@tszustak tszustak commented Feb 1, 2023

fix: Fixing localStorage overflow caused by unlimited logging of activityLog entries. Introduced sliding window of max 4000 items.

Changes in this pull request

Resolves #

Additional info

…vityLog entries. Introduced sliding window of max 4000 items.
@github-actions
Copy link

github-actions bot commented Feb 1, 2023

Review Checklist

  • Target branch (10.5 for bug fixes, others 11.x)
  • Tests (if it's testable code, there should be a test for it - get help)
  • Docs (every functionality needs to be documented, see here)
  • Migration incl. install.sql (e.g. if the database schema changes, ...)
  • Upgrade notes (deprecations, important information, migration hints, ...)
  • Label
  • Milestone

@tszustak tszustak changed the title fix: Fixing localStorage overflow caused by unlimited logging of acti… fix: Fixing localStorage overflow caused by unlimited logging of activityLog entries. Introduced sliding window of max 4000 items. Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant