Rewritten inotify watching and faster full tree traversal (also for polling worker). Bugs in inotify watcher fixed.

This commit is contained in:
2023-11-20 18:49:24 +00:00
parent 587268c14b
commit 58579b50c4
3 changed files with 157 additions and 170 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class ErrorMsg(msgspec.Struct):
## Directory listings
class FileEntry(msgspec.Struct, array_like=True):
class FileEntry(msgspec.Struct, array_like=True, frozen=True):
level: int
name: str
key: str