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
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
When I run BookBrowser in a folder with 6,955 books, once the indexer reaches 561 books, I start seeing this error:
2018/04/12 07:54:13 [561/6955] Error indexing /HumbleBundle E-books/SF and Fantasy/thelivesoftao.epub: open /HumbleBundle E-books/SF and Fantasy/thelivesoftao.epub: too many open files
This continues until processing reaches 1885 books and the process crashes.
I haven't investigated fully, but it seems like book files aren't being closed soon enough.
The text was updated successfully, but these errors were encountered:
It's not the book files themselves that are being held open too long, but the generated image thumbnails. Thumbnail filehandles need to be closed sooner than the end of all indexing operations.
When I run BookBrowser in a folder with 6,955 books, once the indexer reaches 561 books, I start seeing this error:
This continues until processing reaches 1885 books and the process crashes.
I haven't investigated fully, but it seems like book files aren't being closed soon enough.
The text was updated successfully, but these errors were encountered: