mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-28 17:29:19 +00:00
Set log size to 50MB
This commit is contained in:
parent
547df184d6
commit
005cceb62b
2 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Huge messages are better shown and with less flickering.
|
||||
- Adapt UserAgent with device name.
|
||||
- Video freeze on network change.
|
||||
- Set default log size to 50MB
|
||||
|
||||
## 4.3.2
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public:
|
|||
static constexpr char ApplicationMinimalQtVersion[] = "5.10.0";
|
||||
static constexpr char DefaultFont[] = "Noto Sans";
|
||||
|
||||
static constexpr size_t MaxLogsCollectionSize = 10485760; // 10MB.
|
||||
static constexpr size_t MaxLogsCollectionSize = 10485760*5; // 50MB.
|
||||
|
||||
|
||||
#ifdef ENABLE_UPDATE_CHECK
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue