mirror of
https://github.com/containers/podman.git
synced 2025-06-17 23:20:59 +08:00

When multiple connections are monitoring events via the remote API, the inotify in the hpcloud library seems unable to consistently send events. Switching from inotify to poll seems to clear this up. Fixes: #6664 Signed-off-by: Brent Baude <bbaude@redhat.com>