increase default attachment size to match images

This commit is contained in:
Jeff Atwood 2015-04-01 15:37:35 -07:00
parent 657ab84825
commit a764840794
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ files:
default: 3072
max_attachment_size_kb:
client: true
default: 1024
default: 3072
authorized_extensions:
client: true
default: 'jpg|jpeg|png|gif'