You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perform a few migrations or searches. No need to open comick, it just needs to show the results.
Each of these you do adds 20 DB entries. This causes slowdowns in the app (noticeable stuttering while scrolling) over time. If a user were to perform many migrations (say, a source shut down), this would cause issues very quickly. You can see this in mainApp/settings/advanced/clear database.
Expected behavior
Comik should return close matches, up to some limit
It should do this in a reasonable timeframe
Actual behavior
Comik returns as many matches as it can (20), even if the search is dissimilar to the result.
Comik runs much slower than other sources.
Mihon/Tachiyomi version
0.17.1
Android version
Android 15
Other details
Background: this line sets the limit to 20, however it always returns 20 results. Lowering this number may help to remedy the issue, but does not address the root of the problem.
Acknowledgements
I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
Source information
all.comickfun 1.4.52
Source language
All
Steps to reproduce
mainApp/settings/advanced/clear database
.Expected behavior
Actual behavior
Mihon/Tachiyomi version
0.17.1
Android version
Android 15
Other details
Background: this line sets the limit to 20, however it always returns 20 results. Lowering this number may help to remedy the issue, but does not address the root of the problem.
Acknowledgements
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: