Skip to content

Commit

Permalink
mutable/servermap.py: Disable the ResponseCache, this fix tahoe-lafs#…
Browse files Browse the repository at this point in the history
…1045 but it probably not the clearer way to do it.

Do not commit into trunk!
  • Loading branch information
ctrlaltdel committed Oct 24, 2010
1 parent aefcd3b commit 3a4dbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/allmydata/mutable/servermap.py
Expand Up @@ -581,7 +581,7 @@ def _got_results(self, datavs, peerid, readsize, stuff, started):
verinfo = self._got_results_one_share(shnum, data, peerid, lp)
last_verinfo = verinfo
last_shnum = shnum
self._node._add_to_cache(verinfo, shnum, 0, data, now)
#self._node._add_to_cache(verinfo, shnum, 0, data, now)
except CorruptShareError, e:
# log it and give the other shares a chance to be processed
f = failure.Failure()
Expand Down

0 comments on commit 3a4dbde

Please sign in to comment.