1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-21 21:57:19 +00:00

Debug info: increased min ZIP size to 2 MB

This commit is contained in:
M66B 2023-01-04 08:17:52 +01:00
parent 83ef0eb064
commit 7dcd3338bf

View file

@ -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