mirror of
https://github.com/immich-app/immich.git
synced 2025-08-11 09:16:31 -04:00
feat: raise log line limit to 2000
This commit is contained in:
parent
fad5114c1c
commit
7523fc2521
@ -3,7 +3,7 @@ const double downloadCompleted = -1;
|
|||||||
const double downloadFailed = -2;
|
const double downloadFailed = -2;
|
||||||
|
|
||||||
// Number of log entries to retain on app start
|
// Number of log entries to retain on app start
|
||||||
const int kLogTruncateLimit = 250;
|
const int kLogTruncateLimit = 2000;
|
||||||
|
|
||||||
// Sync
|
// Sync
|
||||||
const int kSyncEventBatchSize = 5000;
|
const int kSyncEventBatchSize = 5000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user