mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-31 09:48:01 -05:00
Make CommentSortsCache use CL ONE for reads.
This commit is contained in:
@@ -833,6 +833,7 @@ class CommentSortsCache(tdb_cassandra.View):
|
||||
the candidate order"""
|
||||
_use_db = True
|
||||
_value_type = 'float'
|
||||
_read_consistency_level = tdb_cassandra.CL.ONE
|
||||
|
||||
class StarkComment(Comment):
|
||||
"""Render class for the comments in the top-comments display in
|
||||
|
||||
Reference in New Issue
Block a user