Преглед изворни кода

Merge pull request #5795 from nextcloud/backport/5792/stable-3.9

[stable-3.9] Bugfix/rotate log less often
Matthieu Gallien пре 2 година
родитељ
комит
3f7f75aea2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/libsync/logger.cpp

+ 1 - 1
src/libsync/logger.cpp

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