Merge pull request #1043 from extremeshok/patch-4

Fix for large Mailboxes to avoid timeouts 2
master
André Peters 2018-02-14 13:30:14 +01:00 committed by GitHub
commit 8588953d28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ while ($row = $sth->fetchrow_arrayref()) {
"--nofoldersizes", "--nofoldersizes",
"--skipsize", "--skipsize",
"--buffersize 8192000", "--buffersize 8192000",
"--skipheader 'X-*", "--skipheader 'X-*'",
"--split1 3000", "--split1 3000",
"--split2 3000", "--split2 3000",
"--fastio1", "--fastio1",