Mark Kirchner
Mark Kirchner
Yes, `"Indexing ..."` (plus the spinning icon in front of it) is there all the time. It only disappears shortly after the 12 minute gap.
And as an update: I have the suspicion that a certain part of the filesystem (a data directory that is mounted into the containers via SSHFS) might be causing the...
Ok, I'll try it again with `files.exclude`, making sure not to include any asterisks. > I may add a more detailed logging, if the process takes suspiciously more time. That...
Ok, I was successful using `files.exclude` now: Indexing time is down to a few seconds. The only thing that was a bit tricky: The paths have to be "really simple"...
> May I ask what was causing the problem? As suspected, a deeply-nested directory structure mounted into the containers as an SSHFS volume (-> via a non-local network connection) was...
Hi Miloslav, yes, we're using `vieux/sshfs`. Configuration is pretty much default, I guess - the `allow_other` and `reconnect` options are set. The SSH connection is tunneled through a VPN. (But...
> I guess you don't use [VSCode Server](https://code.visualstudio.com/docs/remote/vscode-server) on the remote machine? The "remote machine" is the one that is currently serving the files via SSHFS? In that case: No,...
Well, in our case, there are no PHP files in the SSHFS-mounted directory at all. Therefore, excluding the whole directory structure using `files.exclude` was the solution to my problems, see...