mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 18:59:01 +00:00
Let's be conservative
This commit is contained in:
parent
ec85d7ed79
commit
25f188551a
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
private static final int REDUCED_IMAGE_QUALITY = 90; // percent
|
||||
|
||||
private static final int RECIPIENTS_WARNING = 10;
|
||||
private static final int HEADERS_SIZE = 10 * 1024; // bytes
|
||||
private static final int HEADERS_SIZE = 32 * 1024; // bytes
|
||||
|
||||
private static final int REQUEST_CONTACT_TO = 1;
|
||||
private static final int REQUEST_CONTACT_CC = 2;
|
||||
|
|
Loading…
Reference in a new issue