mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Merge pull request #5792 from nextcloud/bugfix/rotateLogLessOften
Bugfix/rotate log less often
This commit is contained in:
commit
df44da8198
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
namespace {
|
||||
|
||||
constexpr int CrashLogSize = 20;
|
||||
constexpr int MaxLogSizeBytes = 1024 * 1024 * 3;
|
||||
constexpr int MaxLogSizeBytes = 1024 * 1024 * 30;
|
||||
|
||||
static bool compressLog(const QString &originalName, const QString &targetName)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue