summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2014-05-13 15:19:36 -0700
committerClaire McQuin <claire@getchef.com>2014-05-13 15:26:35 -0700
commit0f37f11f913c7865165f1e39a97291f382b77888 (patch)
treec16cfa66423e6ae73845c3bee15befd38ac81c9b /DOC_CHANGES.md
parentb04bb6cdf1cf7ca8902a7ff9a6f9d8aaae3fcaf1 (diff)
downloadchef-0f37f11f913c7865165f1e39a97291f382b77888.tar.gz
Update for parallel cookbook synchronization.
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 2987bf19b2..01227ff4a6 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -33,3 +33,7 @@ You can now modify the chef-full template with the following options in `knife b
* `--bootstrap-install-sh URL` fetches and executes an installation bash script from the provided URL.
* `--bootstrap-wget-options OPTIONS` and `--bootstrap-curl-options OPTIONS` allow arbitrary options to be added to wget and curl.
* `--bootstrap-install-command COMMAND` can be used to execute a custom chef-client installation command sequence. Take note that this cannot be used in conjunction with the above options.
+
+### Parallelize cookbook synchronization
+
+You can now synchronize your cookbooks faster by parallelizing the process. You can specify the number of helper threads in your config file with `cookbook_sync_threads NUM_THREADS`.