diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-13 11:40:40 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-13 11:40:40 -0700 |
commit | c4c08e9653630994c5f3d0af419a506ae5dbfc21 (patch) | |
tree | adab4fb06498df9276865836fd884f9aee221e9b /omnibus | |
parent | c045119b2e1d0bbacadb8f5df1b90d9a0a63e2c1 (diff) | |
parent | 5b1c1d7a364ae1b885fb170496120798e6c3ea0e (diff) | |
download | chef-c4c08e9653630994c5f3d0af419a506ae5dbfc21.tar.gz |
Merge pull request #4785 from chef/cperry/remove-workers-override
Remove override of number of workers to be used.
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/omnibus.rb | 4 |
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'] |