mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-07 16:06:08 +00:00
increase cache size
This commit is contained in:
parent
446ac7c489
commit
79283cd6ed
@ -15,7 +15,7 @@ import java.util.Locale;
|
||||
public class Log_OC {
|
||||
private static final String SIMPLE_DATE_FORMAT = "yyyy/MM/dd HH:mm:ss";
|
||||
private static final String LOG_FOLDER_NAME = "log";
|
||||
private static final long MAX_FILE_SIZE = 1000000; // 1MB
|
||||
private static final long MAX_FILE_SIZE = 2000000; // 2MB
|
||||
|
||||
private static String mOwncloudDataFolderLog = "owncloud_log";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user