Skip to content

Commit

Permalink
Update snippet size limits (now that we’ve tested our capabilities).
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Jan 14, 2015
1 parent fd56349 commit 79eaa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def _allowed_hosts():

# CDN_URL = 'https://snippets.cdn.mozilla.net/'

SNIPPET_SIZE_LIMIT = 200
SNIPPET_IMAGE_SIZE_LIMIT = 100
SNIPPET_SIZE_LIMIT = 500
SNIPPET_IMAGE_SIZE_LIMIT = 250

SOUTH_MIGRATION_MODULES = {
'waffle': 'waffle.south_migrations',
Expand Down

0 comments on commit 79eaa9a

Please sign in to comment.