projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fcee2b
)
make bigger boxes not delay so much
author
Stephen Gran
<steve@lobefin.net>
Sun, 13 May 2012 10:15:07 +0000
(11:15 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 13 May 2012 10:15:07 +0000
(11:15 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/eximconf.erb
b/modules/exim/templates/eximconf.erb
index
d508eb0
..
628e0dc
100644
(file)
--- 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