Skip to content

Commit 74e412c

Browse files
committedMay 24, 2018
owncloudsynclog: 1 MB -> 10 MB #6420
1 parent 5811c74 commit 74e412c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/syncrunfilelog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ QString SyncRunFileLog::instructionToStr(csync_instructions_e inst)
9393

9494
void SyncRunFileLog::start(const QString &folderPath)
9595
{
96-
const qint64 logfileMaxSize = 1024 * 1024; // 1MiB
96+
const qint64 logfileMaxSize = 10 * 1024 * 1024; // 10MiB
9797

9898
// Note; this name is ignored in csync_exclude.c
9999
const QString filename = folderPath + QLatin1String(".owncloudsync.log");

0 commit comments

Comments
 (0)
Please sign in to comment.