mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-19 02:15:28 +00:00
Keep 12 hours main log
This commit is contained in:
parent
32f5ab2d46
commit
8a5a79ef41
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class EntityLog {
|
|||
private static Long last_cleanup = null;
|
||||
|
||||
private static final long LOG_CLEANUP_INTERVAL = 3600 * 1000L; // milliseconds
|
||||
private static final long LOG_KEEP_DURATION = 24 * 3600 * 1000L; // milliseconds
|
||||
private static final long LOG_KEEP_DURATION = 12 * 3600 * 1000L; // milliseconds
|
||||
private static final int LOG_DELETE_BATCH_SIZE = 50;
|
||||
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
|
|
Loading…
Add table
Reference in a new issue