From f132332a0ad1aa5924e191cb69f8520d2b2520bf Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 2 Jul 2009 12:09:49 -0600 Subject: [PATCH] Default to PHP default. --- framework/Mime/lib/Horde/Mime/Part.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index 4719fc8cd..3a2d15354 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -45,7 +45,7 @@ class Horde_Mime_Part * * @var integer */ - static public $memoryLimit = 1048576; + static public $memoryLimit = 2097152; /** * Valid encoding types. -- 2.11.0