]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
use a weakref cache in the client to manage singleton filenodes/dirnodes, to avoid...
authorBrian Warner <warner@allmydata.com>
Fri, 9 May 2008 01:02:55 +0000 (18:02 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 9 May 2008 01:02:55 +0000 (18:02 -0700)
commit26187bfc8166a868b77cb4f65301cc3ba29f786a
treeba0aab3171fe1ed048a9a259064666e8936287ea
parent8f4e4096776271dac7f938acc54d0f4dc6ee0f75
use a weakref cache in the client to manage singleton filenodes/dirnodes, to avoid autocollision. Should close #391.
src/allmydata/client.py
src/allmydata/test/test_system.py