Changeset 163 for trunk/source
- Timestamp:
- 12/22/08 15:26:55 (16 years ago)
- Files:
-
- trunk/source/pyhesiodfs/pyHesiodFS.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/source/pyhesiodfs/pyHesiodFS.py
r162 r163 117 117 self.mounts = defaultdict(dict) 118 118 119 # Cache deletions for 10 seconds - should give people time to120 # make a new symlink121 self.negcache = negcache( 10)119 # Cache deletions for half a second - should give `ln -nsf` 120 # enough time to make a new symlink 121 self.negcache = negcache(0.5) 122 122 123 123 def _user(self):