Math is difficult after too much cake

This commit is contained in:
M66B 2020-07-18 18:56:50 +02:00
parent a529a92fc8
commit b47e2e182d
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public class MessageHelper {
private static final long ATTACHMENT_PROGRESS_UPDATE = 1500L; // milliseconds
private static final int MAX_META_EXCERPT = 1024; // characters
private static final int FORMAT_FLOWED_LINE_LENGTH = 72;
private static final long MIN_REQUIRED_SPACE = 250 * 1024L ^ 3;
private static final long MIN_REQUIRED_SPACE = 250 * 1024L * 1024L;
// https://tools.ietf.org/html/rfc4021