follow bravo, passion: Decreased max file size, height and width for MMS to comply with the 300kb file size limit

This commit is contained in:
Michael 2012-03-11 16:22:45 +01:00
parent 5d11aa1e77
commit 3158c6432a

View File

@ -22,13 +22,13 @@
<mms_config version="3">
<!-- Maximum message size in bytes for a MMS message -->
<int name="maxMessageSize">1048576</int>
<int name="maxMessageSize">307200</int>
<!-- Maximum height for an attached image -->
<int name="maxImageHeight">1944</int>
<int name="maxImageHeight">768</int>
<!-- Maximum width for an attached image -->
<int name="maxImageWidth">2592</int>
<int name="maxImageWidth">1024</int>
<!-- User-Agent parameter used in MMS http request -->
<string name="userAgent">Passion</string>