From 53018baeb2dd04d053dbb2c4fd872a9f28505f95 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Fri, 28 Aug 2015 19:08:54 +0200 Subject: Increase the avatar max size and show an error if it is too big Fixes #190 --- collections/avatars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collections') 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/*'] } -- cgit v1.2.3-1-g7c22