Debug info: increased min ZIP size to 2 MB

pull/210/head
M66B 2 years ago
parent 83ef0eb064
commit 7dcd3338bf

@ -174,7 +174,7 @@ public class Log {
private static final long MAX_LOG_SIZE = 8 * 1024 * 1024L;
private static final int MAX_CRASH_REPORTS = (BuildConfig.TEST_RELEASE ? 50 : 5);
private static final long MIN_FILE_SIZE = 1024 * 1024L;
private static final long MIN_ZIP_SIZE = 1024 * 1024L;
private static final long MIN_ZIP_SIZE = 2 * 1024 * 1024L;
private static final String TAG = "fairemail";
// https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html

Loading…
Cancel
Save