mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Up max_column_count to 25K.
This commit is contained in:
@@ -62,7 +62,7 @@ CL = Storage(ANY = ConsistencyLevel.ANY,
|
||||
# wire for a given row (this should be increased if we start working
|
||||
# with classes with lots of columns, like Account which has lots of
|
||||
# karma_ rows, or we should not do that)
|
||||
max_column_count = 10000
|
||||
max_column_count = 25000
|
||||
|
||||
class CassandraException(Exception):
|
||||
"""Base class for Exceptions in tdb_cassandra"""
|
||||
|
||||
Reference in New Issue
Block a user