Răsfoiți Sursa

Update avatars.js

increase the maximum avatar size
Alexey Fedechkin 4 ani în urmă
părinte
comite
3d82323eaa
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      models/avatars.js

+ 1 - 1
models/avatars.js

@@ -1,7 +1,7 @@
 Avatars = new FS.Collection('avatars', {
   stores: [new FS.Store.GridFS('avatars')],
   filter: {
-    maxSize: 72000,
+    maxSize: 520000,
     allow: {
       contentTypes: ['image/*'],
     },