Set log size to 50MB

This commit is contained in:
Julien Wadel 2022-01-28 16:49:23 +01:00
parent 33f382d80a
commit cd68d32685
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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