Enforced single thread fuse

This commit is contained in:
Yannick Ulrich 2023-02-21 20:06:09 +00:00
parent 83726c9427
commit bfb21ea6a9
1 changed files with 1 additions and 0 deletions

View File

@ -492,6 +492,7 @@ func main() {
MountOptions: fuse.MountOptions{
// Set to true to see how the file system works.
Debug: false,
SingleThreaded: true,
},
})
if err != nil {