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:
6fbf6e7
)
except it is an integer
author
Stephen Gran
<steve@lobefin.net>
Sun, 13 May 2012 10:17:09 +0000
(11:17 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 13 May 2012 10:17:09 +0000
(11:17 +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
628e0dc
..
8541a7f
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 = <%= scope.lookupvar('::processorcount') * 5 %>
-queue_only_load = <%= scope.lookupvar('::processorcount') * 4 %>
+deliver_queue_load_max = <%= scope.lookupvar('::processorcount')
.to_i
* 5 %>
+queue_only_load = <%= scope.lookupvar('::processorcount')
.to_i
* 4 %>
<%- end -%>
queue_list_requires_admin = false