mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-31 01:38:08 -05:00
Make LinksByUrl read with CL ONE.
This commit is contained in:
@@ -534,6 +534,7 @@ class Link(Thing, Printable):
|
||||
class LinksByUrl(tdb_cassandra.View):
|
||||
_use_db = True
|
||||
_connection_pool = 'main'
|
||||
_read_consistency_level = tdb_cassandra.CL.ONE
|
||||
|
||||
@classmethod
|
||||
def _key_from_url(cls, url):
|
||||
|
||||
Reference in New Issue
Block a user