After my tests, I found the following in the syslog:
Aug 9 18:56:31 nickel: void SyncFileSystemCommand::parseTextDocument(const QString&) Text file is too big to parse: "/mnt/onboard/test.txt"
That happened while processing the books. The file was about 7MB. It wasn't actually a book, but a log file I had from somewhere. There was a similar entry for each of the text files over 2MB in size.
I don't know what parsing it is trying to do. I have always assumed it didn't look at the contents of text files. The only thing I can think of is that it is checking that there are no bad characters that will cause problems later. Or it is looking for markdown or something similar to parse for the TOC.
Last edited by pdurrant; 08-10-2015 at 02:25 AM.
|