Browse Source

Fix for large Mailboxes to avoid timeouts 2

Missing ' (sorry my editor keeps correcting the '" to " )
eXtremeSHOK 7 năm trước cách đây
mục cha
commit
8eb05d1450
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      data/Dockerfiles/dovecot/imapsync_cron.pl

+ 1 - 1
data/Dockerfiles/dovecot/imapsync_cron.pl

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