mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 16:28:01 -05:00
Revert "Apply a bandaid for _dirties being stuck in memcached."
This reverts commit a452422057fdcbeafe26fcbbff527bcc2be37d3d. This reverts commit bac38fe3a41cd09643b37bad947f3b3a70d5784d.
This commit is contained in:
@@ -418,10 +418,6 @@ class DataThing(object):
|
||||
bases[i] = items_db([i]).values()[0]
|
||||
bases[i]._cache_myself()
|
||||
|
||||
if bases[i] and bases[i]._dirties:
|
||||
g.log.error("Got _dirties back from the cache for %r. Cleaning up.", bases[i])
|
||||
bases[i]._dirties.clear()
|
||||
bases[i]._cache_myself()
|
||||
|
||||
if data:
|
||||
need = []
|
||||
|
||||
Reference in New Issue
Block a user