Changes between Version 46 and Version 47 of FAQ
- Timestamp:
- 2011-07-22T18:39:58Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v46 v47 122 122 123 123 The two minor exceptions are that the server periodically inspects all of the ciphertext that it is storing on behalf of clients. It is configured to do this "in the background", by doing it only for a second at a time and waiting for a few seconds in between each step. The intent is that this will not noticably impact other users of the same server. For all the details about when these background processes run and what they do, read the documentation in [http://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/src/allmydata/storage/crawler.py?annotate=blame&rev=4164 storage/crawler.py] and [http://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/src/allmydata/storage/expirer.py?annotate=blame&rev=4329 storage/expirer.py]. 124 125 '''Q: What about revoking access to a file or directory?''' 126 127 Please see these mailing list threads: 128 [http://tahoe-lafs.org/pipermail/tahoe-dev/2011-June/006387.html Tahoe Access Control], 129 [http://tahoe-lafs.org/pipermail/tahoe-dev/2011-June/006388.html question about sharing...]