gmethvin / directory-watcher

A cross-platform Java recursive directory watcher, with a JNA macOS watcher and Scala better-files integration
Apache License 2.0
265 stars 34 forks source link

Handle overflow properly on macOS watcher #6

Closed gmethvin closed 6 years ago

gmethvin commented 6 years ago

If we get too many events we should signal the overflow event.

This also increases the default queue size to 1024.

Fixes #5.