-
Notifications
You must be signed in to change notification settings - Fork 215
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
[Bug] Timeout on Tachiyomi chapters listing #733
Comments
|
It's taking way too much time in my opinion, i cant fetch them in tachiyomi even with a Timeout of 2 minutes... :/ I will try to fix it ^^ |
Tachidesk is waiting on the source to return chapters, it sounds like you are using a slow source, have you tried others? |
It's working for my others mangas, it's only this one with 1300+ files which takes too much time, and I think I'm not the only one having this timeout problem on a huge library :/ |
I'm going to audit the code and check if there's not too many connections to the databases, or too many inserts one by one instead of a list insert, something like this to optimise the request |
Hmm, its possible the chapter sync logic could be inefficient, I forgot about that. If you find a problematic section let us know. |
I will ! And I'll try to make a pr |
…t not successfull
…s calls) (#737) * improve(#733): less databases calls on getChapterList with onlineFetch * improve(#733): fixes (delete with ids), tried batch update but not successfull * improve(#733): fixes (batch update) * improve(#733): clean imports * improve(#733): fixes SChapter to ChapterDataClass, * improve(#733): re-added recognize chap number --------- Co-authored-by: Alexandre JOURNET <[email protected]>
Device information
Steps to reproduce
Expected behavior
We should get the list of chapters.
Actual behavior
Got a Socket Timeout Exception
Other details
The text was updated successfully, but these errors were encountered: