projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae105e
)
Increase AsyncRequestWorkerFactor for planet servers
author
Tom Hughes
<tom@compton.nu>
Wed, 12 Oct 2016 07:39:27 +0000
(08:39 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 12 Oct 2016 07:39:27 +0000
(08:39 +0100)
roles/planet.rb
patch
|
blob
|
history
diff --git
a/roles/planet.rb
b/roles/planet.rb
index 1a7aeb6e5a9da44ac1a0d48626ed32ec63a83df8..f7ef5717ef6cc710ccac99f6cd4b5ce13a1ade44 100644
(file)
--- a/
roles/planet.rb
+++ b/
roles/planet.rb
@@
-44,7
+44,8
@@
default_attributes(
:max_request_workers => 1000,
:threads_per_child => 50,
:min_spare_threads => 75,
- :max_spare_threads => 525
+ :max_spare_threads => 525,
+ :async_request_worker_factor => 4
}
}
)