Skip to content

Commit

Permalink
Getmail needs a timeout of 120 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 4, 2019
1 parent 82c62b1 commit abbb8ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ stats_file = "${DBDIR}/stats.ucl";
hs_cache_dir = "$\{DBDIR\}/";

# Timeout for messages processing (must be larger than any internal timeout used)
task_timeout = 15s;
task_timeout = 120s;

# Emit soft reject when timeout takes place
soft_reject_on_timeout = true;
Expand Down

0 comments on commit abbb8ba

Please sign in to comment.