From b26aa04a9b7ff91af533866999e71fbdaaba3f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Thu, 24 May 2018 17:34:19 +0200 Subject: [PATCH] [Dovecot] Imapsync: Increase timeout1 value --- data/Dockerfiles/dovecot/imapsync_cron.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Dockerfiles/dovecot/imapsync_cron.pl b/data/Dockerfiles/dovecot/imapsync_cron.pl index bb9cafba..d53bac8c 100755 --- a/data/Dockerfiles/dovecot/imapsync_cron.pl +++ b/data/Dockerfiles/dovecot/imapsync_cron.pl @@ -71,7 +71,7 @@ while ($row = $sth->fetchrow_arrayref()) { print $passfile2 trim($master_pass) . "\n"; run [ "/usr/local/bin/imapsync", - "--timeout1", "10", + "--timeout1", "600", "--tmpdir", "/tmp", "--subscribeall", "--nofoldersizes",