1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-14 10:52:49 +02:00

[Dovecot] Imapsync: Increase timeout1 value

This commit is contained in:
André 2018-05-24 17:34:19 +02:00
parent 4451b7406f
commit b26aa04a9b

View File

@ -71,7 +71,7 @@ while ($row = $sth->fetchrow_arrayref()) {
print $passfile2 trim($master_pass) . "\n"; print $passfile2 trim($master_pass) . "\n";
run [ "/usr/local/bin/imapsync", run [ "/usr/local/bin/imapsync",
"--timeout1", "10", "--timeout1", "600",
"--tmpdir", "/tmp", "--tmpdir", "/tmp",
"--subscribeall", "--subscribeall",
"--nofoldersizes", "--nofoldersizes",