Improving on modtools by giving usernotes space

Toolbox usernotes often run out of space for subreddits relying heavily on
them. These are also the subreddits that form a positive image about reddit
since they are often very well moderated.

This will allow these subreddits to use toolbox usernotes properly.
This commit is contained in:
creesch
2015-07-23 18:20:28 +02:00
committed by xiongchiamiov
parent 78b3410417
commit 2adfcb3ace

View File

@@ -79,7 +79,8 @@ special_length_restrictions_bytes = {
'config/stylesheet': 128*1024,
'config/submit_text': 1024,
'config/sidebar': 5120,
'config/description': 500
'config/description': 500,
'usernotes': 1024*1024,
}
modactions = {