Make LinksByUrl read with CL ONE.

This commit is contained in:
Neil Williams
2011-12-22 00:43:46 -08:00
parent 1ca2304f79
commit 45cdcc31c3

View File

@@ -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):