Increase the limit on flair templates per subreddit from 256 to 350.

This commit is contained in:
Logan Hanks
2012-03-05 10:19:55 -08:00
committed by Neil Williams
parent 775f0185ea
commit a91e5bf96f

View File

@@ -133,7 +133,7 @@ class FlairTemplateBySubredditIndex(tdb_cassandra.Thing):
flair templates within the subreddit.
"""
MAX_FLAIR_TEMPLATES = 256
MAX_FLAIR_TEMPLATES = 350
_int_props = ('sr_id',)
_use_db = True