We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5811c74 commit 74e412cCopy full SHA for 74e412c
src/gui/syncrunfilelog.cpp
@@ -93,7 +93,7 @@ QString SyncRunFileLog::instructionToStr(csync_instructions_e inst)
93
94
void SyncRunFileLog::start(const QString &folderPath)
95
{
96
- const qint64 logfileMaxSize = 1024 * 1024; // 1MiB
+ const qint64 logfileMaxSize = 10 * 1024 * 1024; // 10MiB
97
98
// Note; this name is ignored in csync_exclude.c
99
const QString filename = folderPath + QLatin1String(".owncloudsync.log");
0 commit comments