mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-08 22:12:43 +00:00
The Tahoe-LAFS decentralized secure filesystem.
33c7733e35
when an operation takes 'too long', on 10.4 the user gets a dialog about the problem with a 'force eject / keep trying' choice. on 10.5 the fuse system seems to summarily unmount the drive. this showed up in 10.5 testing because the time to open() a file depended upon the size of the file, and an 8Mb test file took long enough for the node to download that the open() call didn't respond within 60s and fuse spontaneously ejected the drive, quitting the plugin (and cancelling the download). this changes the fuse options passed to the plugin by the ui when the 'mount filesystem' window is used. command line users should check out the '-odaemon_timeout=...' option. this changes the default timeout from 60s to 300s (5min) for ui launched plugins. this will be addressed in a deeper manner at a later date, with a more advanced fuse subsystem which can interleave open()/read() with the actual download of the file, only blocking when data is not downloaded yet. |
||
---|---|---|
bin | ||
contrib | ||
docs | ||
mac | ||
misc | ||
src/allmydata | ||
twisted/plugins | ||
windows | ||
_auto_deps.py | ||
.darcs-boringfile | ||
COPYING.GPL | ||
COPYING.TGPPL.html | ||
CREDITS | ||
ez_setup.py | ||
Makefile | ||
README | ||
README.win32 | ||
relnotes.txt | ||
roadmap.txt | ||
setup.cfg | ||
setup.py | ||
Tahoe.home |
Welcome to the Tahoe project, a secure, decentralized, fault-tolerant filesystem. All of the source code is available under a Free Software, Open Source licence. Please see docs/about.html for an introduction, docs/install.html for install instructions, docs/running.html for usage instructions.