Commit 392c0eb3 authored by skummer's avatar skummer

ZP-129

- fixed: increased default size for embedded email files to 2 MB

git-svn-id: https://z-push.org/svn/z-push/trunk@1407 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 0cbda9d2
......@@ -53,8 +53,8 @@
// Try to set unlimited timeout
define('SCRIPT_TIMEOUT', 0);
//Max size of attachments to display inline. Default is 1MB
define('MAX_EMBEDDED_SIZE', 1048576);
//Max size of attachments to display inline. Default is 2 MB
define('MAX_EMBEDDED_SIZE', 2097152);
/**********************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment