From 6fbf6e7c2561f65cb32fb50404291c74c222331a Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 13 May 2012 11:15:07 +0100 Subject: [PATCH] make bigger boxes not delay so much Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index d508eb06..628e0dca 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -194,8 +194,8 @@ queue_only_load = 35 smtp_load_reserve = 20 <%- else -%> queue_run_max = 5 -deliver_queue_load_max = 10 -queue_only_load = 5 +deliver_queue_load_max = <%= scope.lookupvar('::processorcount') * 5 %> +queue_only_load = <%= scope.lookupvar('::processorcount') * 4 %> <%- end -%> queue_list_requires_admin = false -- 2.39.2