Enforced single thread fuse
This commit is contained in:
parent
83726c9427
commit
bfb21ea6a9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user