summaryrefslogtreecommitdiffstats
path: root/collections
diff options
context:
space:
mode:
Diffstat (limited to 'collections')
-rw-r--r--collections/avatars.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/avatars.js b/collections/avatars.js
index 5ca074ee..87af7120 100644
--- a/collections/avatars.js
+++ b/collections/avatars.js
@@ -3,7 +3,7 @@ Avatars = new FS.Collection('avatars', {
new FS.Store.GridFS('avatars')
],
filter: {
- maxSize: 32000,
+ maxSize: 72000,
allow: {
contentTypes: ['image/*']
}