Commit 60de5a04 authored by sebastian's avatar sebastian

ZP-572 #comment set max default contact picture size to 5 MB

git-svn-id: https://z-push.org/svn/z-push/trunk@1943 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 8707e968
......@@ -191,8 +191,8 @@
// in the semantic sanity checks and contacts with larger photos are not synchronized.
// This limitation is not being followed by the ActiveSync clients which set much bigger
// contact photos. You can override the default value of the max photo size.
// default: 49152 - 48 KB default max photo size in bytes
define('SYNC_CONTACTS_MAXPICTURESIZE', 49152);
// default: 5242880 - 5 MB default max photo size in bytes
define('SYNC_CONTACTS_MAXPICTURESIZE', 5242880);
// Over the WebserviceUsers command it is possible to retrieve a list of all
// known devices and users on this Z-Push system. The authenticated user needs to have
......
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