summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-04-13 11:40:40 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-04-13 11:40:40 -0700
commitc4c08e9653630994c5f3d0af419a506ae5dbfc21 (patch)
treeadab4fb06498df9276865836fd884f9aee221e9b
parentc045119b2e1d0bbacadb8f5df1b90d9a0a63e2c1 (diff)
parent5b1c1d7a364ae1b885fb170496120798e6c3ea0e (diff)
downloadchef-c4c08e9653630994c5f3d0af419a506ae5dbfc21.tar.gz
Merge pull request #4785 from chef/cperry/remove-workers-override
Remove override of number of workers to be used.
-rw-r--r--omnibus/omnibus.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/omnibus/omnibus.rb b/omnibus/omnibus.rb
index 663235d340..4eeee4abcb 100644
--- a/omnibus/omnibus.rb
+++ b/omnibus/omnibus.rb
@@ -44,10 +44,6 @@ build_retries 3
fetcher_retries 3
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
-
# Load additional software
# ------------------------------
# software_gems ['omnibus-software', 'my-company-software']