Increased default download size to 4 MB

This commit is contained in:
M66B
2021-03-09 08:20:18 +01:00
parent 5623ab51c8
commit 9b654287ea
2 changed files with 4 additions and 1 deletions

View File

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