tballison / tika-gui-v2

Unofficial user interface for Apache Tika
Apache License 2.0
6 stars 0 forks source link

Files to process can be < files processed #147

Closed tballison closed 1 year ago

tballison commented 1 year ago

If someone is processing files on a file system and that person is also copying files into the directory while running a process, it is possible that the "total files to process" will be less than the "files processed." This can happen because the file counter is executed at the beginning of the run and should finish quickly.

While this isn't the best idea from a use case scenario, we should not let the UI show bizarre numbers.

tballison commented 1 year ago

Fixed with: https://github.com/tballison/tika-gui-v2/commit/c532765be4a2efa398cadedc7e372e6b1bfa77f5

bad commit message. Sorry.