VotesByAccount: Go down to RCL ONE.

We don't need quorum here.
This commit is contained in:
Neil Williams
2012-09-10 11:46:58 -07:00
parent 15ee1e0434
commit f7cfcc4aaa

View File

@@ -166,6 +166,7 @@ VotesByComment._view_of = CassandraCommentVote
class VotesByAccount(tdb_cassandra.DenormalizedRelation):
_use_db = False
_thing1_cls = Account
_read_consistency_level = tdb_cassandra.CL.ONE
@classmethod
def rel(cls, thing1_cls, thing2_cls):