]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
A bunch of GIFs were >5MiB!
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 25 Jun 2016 18:37:00 +0000 (20:37 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 25 Jun 2016 18:37:00 +0000 (20:37 +0200)
plugins/StoreRemoteMedia/StoreRemoteMediaPlugin.php

index 64c6355b2bbd734719c4d0af727aebd421ab136e..650f27c21fd75c571210571aa51146155d936e08 100644 (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();