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

Improve performance of batch mark as read #5835

Open
Alkarex opened this issue Nov 9, 2023 · 1 comment · May be fixed by #6291
Open

Improve performance of batch mark as read #5835

Alkarex opened this issue Nov 9, 2023 · 1 comment · May be fixed by #6291
Labels
UI 🎨 User Interfaces
Milestone

Comments

@Alkarex
Copy link
Member

Alkarex commented Nov 9, 2023

@passbe:

My only comment would be the lag in the interface between selecting the next item and it changing from read to unread in the UI

Let's address that in another PR.
The current batch process timing is: wait 1s, repeat max every second.
It should be: wait 0s, repeat max every second.

Originally posted by @Alkarex in #5812 (comment)

@Alkarex Alkarex added this to the 1.23.0 milestone Nov 9, 2023
@Alkarex Alkarex added the UI 🎨 User Interfaces label Nov 9, 2023
@Alkarex Alkarex modified the milestones: 1.23.0, 1.24.0 Nov 24, 2023
@math-GH math-GH linked a pull request Apr 12, 2024 that will close this issue
2 tasks
@math-GH
Copy link
Contributor

math-GH commented Apr 12, 2024

Tests are welcome: #6291

@Alkarex Alkarex modified the milestones: 1.24.0, 1.25.0 Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI 🎨 User Interfaces
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants