Up max_column_count to 25K.

This commit is contained in:
Neil Williams
2012-02-13 10:54:09 -08:00
parent 3ff6d3a66c
commit 06694983fa

View File

@@ -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"""