1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-18 21:28:54 +00:00

Increase small message size from 32 KB to 64 KB

This commit is contained in:
M66B 2020-01-19 08:45:53 +01:00
parent 78498d154a
commit 2cb27d05d4

View file

@ -91,7 +91,7 @@ import biweekly.ICalendar;
public class MessageHelper {
private MimeMessage imessage;
static final int SMALL_MESSAGE_SIZE = 32 * 1024; // bytes
static final int SMALL_MESSAGE_SIZE = 64 * 1024; // bytes
static final int DEFAULT_ATTACHMENT_DOWNLOAD_SIZE = 256 * 1024; // bytes
static final long ATTACHMENT_PROGRESS_UPDATE = 1500L; // milliseconds