mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Update avatars.js
increase the maximum avatar size
This commit is contained in:
parent
83cd5e7494
commit
3d82323eaa
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
Avatars = new FS.Collection('avatars', {
|
||||
stores: [new FS.Store.GridFS('avatars')],
|
||||
filter: {
|
||||
maxSize: 72000,
|
||||
maxSize: 520000,
|
||||
allow: {
|
||||
contentTypes: ['image/*'],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue