PollardBanknote / qdiffdir

A Qt Directory Comparison Tool
Other
0 stars 0 forks source link

When many files change, program becomes unresponsive #2

Open jlee975 opened 9 years ago

jlee975 commented 9 years ago

Ex., when many files are removed from a source tree with make clean, qdiffdir becomes unresponsive. It is presumably receiving and handling many notifications from the file system watcher about a change to the directory. Multiple changes should be collapsed.