A bunch of GIFs were >5MiB!

This commit is contained in:
Mikael Nordfeldth 2016-06-25 20:37:00 +02:00
parent ad7ebd1a8c
commit bf4acc21be
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class StoreRemoteMediaPlugin extends Plugin
public $domain_blacklist = array();
public $check_blacklist = false;
public $max_image_bytes = 5242880; // 5MiB max image size by default
public $max_image_bytes = 10485760; // 10MiB max image size by default
protected $imgData = array();