summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2016-01-29 17:24:22 -0800
committerScott Hain <shain@chef.io>2016-01-29 17:24:22 -0800
commit3d825622736594e3105b9b01d36cd4fa616d66ab (patch)
tree8eb9a7abd03a647f19df7d9362f52d2c2c7ef417
parent3ce6785ca0a7353403e21140a60fd36be1df8e84 (diff)
downloadchef-shain/pewpew.tar.gz
Trying to push the limitsshain/pewpew
-rw-r--r--omnibus/omnibus.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/omnibus.rb b/omnibus/omnibus.rb
index 663235d340..507d6764f5 100644
--- a/omnibus/omnibus.rb
+++ b/omnibus/omnibus.rb
@@ -46,7 +46,7 @@ fetcher_read_timeout 120
# We limit this to 10 workers to eliminate transient timing issues in the
# way Ruby (and other components) compiles on some more esoteric *nixes.
-workers 10
+workers 50
# Load additional software
# ------------------------------