Simplify to one download size

This commit is contained in:
M66B
2020-07-13 15:34:31 +02:00
parent 83d849f10a
commit d23ca3a03b
4 changed files with 8 additions and 10 deletions

View File

@@ -108,7 +108,7 @@ public class MessageHelper {
private static File cacheDir = null;
static final int SMALL_MESSAGE_SIZE = 64 * 1024; // bytes
static final int DEFAULT_ATTACHMENT_DOWNLOAD_SIZE = 256 * 1024; // bytes
static final int DEFAULT_DOWNLOAD_SIZE = 256 * 1024; // bytes
static final String HEADER_CORRELATION_ID = "X-Correlation-ID";
private static final int MAX_MESSAGE_SIZE = 10 * 1024 * 1024; // bytes