imap: increased curl connect-timeout

This commit is contained in:
luke bonham 2014-09-08 18:51:48 +02:00
parent f37a31878e
commit 24ac1f98e6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ local function worker(args)
local is_plain = args.is_plain or false
local settings = args.settings or function() end
local head_command = "curl --connect-timeout 1 -fsm 3"
local head_command = "curl --connect-timeout 3 -fsm 3"
local request = "-X 'SEARCH (UNSEEN)'"
helpers.set_map(mail, 0)