Limit small message size

This commit is contained in:
M66B
2020-09-13 14:38:36 +02:00
parent c8864d08d3
commit 0b7918a077
2 changed files with 4 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ public class MessageHelper {
private static File cacheDir = null;
static final int SMALL_MESSAGE_SIZE = 192 * 1024; // bytes
static final int DEFAULT_DOWNLOAD_SIZE = 256 * 1024; // bytes
static final String HEADER_CORRELATION_ID = "X-Correlation-ID";