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:
parent
83ef0eb064
commit
7dcd3338bf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue