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
1 changed files with 1 additions and 1 deletions

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