mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-03 03:05:02 -05:00
Increase the limit on flair templates per subreddit from 256 to 350.
This commit is contained in:
committed by
Neil Williams
parent
775f0185ea
commit
a91e5bf96f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user