This is a special operation that lists the contents of a targeted parent directory.
The main reason for this is to work around an issue when you are running inside of
a container and your host is not linux.
A lot of times, you will not receive events in this situation for add and update
until the virtual file bridge is refreshed by listing the outer directory contents.
This command helps to force the bridge to send file change events. You should
only need this if you are running on a non linux host inside a docker container.
Run a separate container in the background and just nudge the directory
for however long you need.
An operation to continuously nudge a directory.
This is a special operation that lists the contents of a targeted parent directory. The main reason for this is to work around an issue when you are running inside of a container and your host is not linux.
A lot of times, you will not receive events in this situation for add and update until the virtual file bridge is refreshed by listing the outer directory contents. This command helps to force the bridge to send file change events. You should only need this if you are running on a non linux host inside a docker container.
Run a separate container in the background and just nudge the directory for however long you need.