Stability can get stuck in infinitely recursing directories if they exist under the current working directory, and fail to load.
from a glance, it appears to use inotify to monitor changes recursively in the current working directory.
I assume the intended behavior is to monitor a config directory or something
this would probably also causes issues if you run it in a very large directory
Steps to reproduce
Have virtual file system with infinite directory somewhere.
What happened?
Stability can get stuck in infinitely recursing directories if they exist under the current working directory, and fail to load.
from a glance, it appears to use inotify to monitor changes recursively in the current working directory. I assume the intended behavior is to monitor a config directory or something
this would probably also causes issues if you run it in a very large directory
Steps to reproduce
Relevant logs
No response
Version
2.12.3-1
What Operating System are you using?
Linux