GDriveFS
GDriveFS copied to clipboard
Attempt to fix issue 132 (corrupted data on reads)
- Decoupling disabling/enabling threads on the FUSE call from enabling/disablen debugging-mode.
- Disabling threads on the FUSE call by default.
- Allowing enabling/disabling threads on the FUSE call through a new environment variable GD_NOTHREADS.
Worked for me, thanks!