Optimize library update thread

Issue #72 resolved
Petr Nejedly repo owner created an issue

Look if it would be possible to record all changes (new, updated,removed) files during one cycle of going through all the files.

ATM it goes through it 3 times.

Comments (5)

  1. Petr Nejedly reporter

    - Try splitting update thread into add and update threads, add running more often. - Look into caching all existing files from DB with their modified date during first update and check against that in subsequent updates

  2. Log in to comment