projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
49f8b65
)
Increase the apache MaxClients value for nominatim
author
Tom Hughes
<tom@compton.nu>
Tue, 20 May 2014 10:03:43 +0000
(11:03 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 20 May 2014 10:03:43 +0000
(11:03 +0100)
roles/nominatim.rb
patch
|
blob
|
history
diff --git
a/roles/nominatim.rb
b/roles/nominatim.rb
index 44ab2415578f7d2f4fd942203dac7c0a6374b6a5..39289cab7ae3ad4e5e531de6c28cbc223a445e14 100644
(file)
--- a/
roles/nominatim.rb
+++ b/
roles/nominatim.rb
@@
-18,7
+18,7
@@
default_attributes(
:keepalive => false,
:event => {
:server_limit => 32,
- :max_clients =>
8
00,
+ :max_clients =>
16
00,
:threads_per_child => 50
}
},