Filesystem Monitoring does not detect external changes without reindexing

Hello,

I used Pydio 8.0.2 on a Linux server.

I have a workspace that is synced between the various clients using resilio sync (a P2P sync solution), where the pydio server is just one of the peers. Pydio is meant to provide access to the workspace to external users (sharing) and also WebDAV access. I enabled the Filesystem Monitoring plugin on the workspace that should, according to its description, notice whenever changes happen on the filesystem.

It fails to do so, however: I uploaded a new directory to the workspace. When logging in to the pydio web interface, this folder did not become visible. After triggering a manual reindexing, the folder appeared, but I would expect this not to be needed.

Is this a known issue? If so, are there any workaround, and is it planned to fix the issue? (e.g. I could easily call a hook on the server, request an URL of the pydio server, etc. when there are changes to the filesystem to notify pydio)