Increased the max file size for images.

master
Pacman Ghost 4 years ago
parent 10d7090cc2
commit 9f2ab3cd1e
  1. 2
      web/src/constants.js

@ -1 +1 @@
export let MAX_IMAGE_UPLOAD_SIZE = ( 100 * 1024 ) ;
export let MAX_IMAGE_UPLOAD_SIZE = ( 1 * 1024*1024 ) ;

Loading…
Cancel
Save