From f7cfcc4aaad0ae64ed0403c51da0e30aaa34c55f Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Mon, 10 Sep 2012 11:46:58 -0700 Subject: [PATCH] VotesByAccount: Go down to RCL ONE. We don't need quorum here. --- r2/r2/models/vote.py | 1 + 1 file changed, 1 insertion(+) diff --git a/r2/r2/models/vote.py b/r2/r2/models/vote.py index a6d7728db..a78f35fca 100644 --- a/r2/r2/models/vote.py +++ b/r2/r2/models/vote.py @@ -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):